Re: PXA270 and WinCE source code exemple ?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




A normal way to accomplish this task would be to develop
the required device drivers, and here you really need
the Platform Builder and the BSP. Your applications will
be based on the functions provided by the device drivers.

For camera examples check Mainstone III BSPs, there is
PXA27x camera driver in it. While it is not directly
usable (built for WM), but still good as an example
and can give you a common idea on where to start ...




fred_d wrote:
Hello,

In fact i would like to do a product which use SODIMM modules with pxa270. (i bought this module from www.toradex.com). So i already have a valid winCE image (ce 5.0). But now i would access to other peripheral using I2C. The bigger problem is to get a video stream (i probably use the Camera interface from pxa270 to get this stream) and to display it on a LCD screen. I would like to make a TV product using winCE.

It's possible for me to get the BSP source on toradex website. I already download to SDK.

Thanks to help me.

Fred


"voidcoder" <voidcoder@xxxxxxxxx> a écrit dans le message de news: euMllWVaHHA.4940@xxxxxxxxxxxxxxxxxxxxxxx
It is just a bad idea to deal with hardware directly
from the application. While it is really possible
(at least no restrictions on versions < 6.0, or the
app must be running in kmode in 6.0), but again it
is unusual way to access hardware on any OS including
CE as it what the device drivers are intended for.

Give us a picture on what exactly are you doing, what kind
of device is it, do you have access to the BSP sources etc
etc etc. In case it is a retail device, have you looked
carefully through the Platform SDK and documentation.
Perhaps some if not all of hardware is accessible
through native CE or OEM API / drivers ...



fred_d wrote:
Hello,

I'm a new user with windows CE. I would like to create an application using some pxa270 ressources. I use evc++ for programming.
Do you know where i can find source code exemples for some pxa270 function, like I2c, camera interface, ...

And If you know where i can find tutorial for winCE or pxa270 also please.

Thanks a lot to help a new user...

++++


.



Relevant Pages

  • Re: My own BSP
    ... Removed device drivers from it and added my own device drivers. ... Created a new PB selecting my new BSP ... Check .bib and .reg files, as suggested and also check that the ... (l'indirizzo di reply di questo messaggio non è ...
    (microsoft.public.windowsce.platbuilder)
  • Re: My own BSP
    ... Applied Data Systems ... Microsoft WEP Gold-level Member ... Cloned Intel PXA27x BSP ... Removed device drivers from it and added my own device drivers. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Board Support Packages
    ... What are board support packages?are they similar to BIOS,since they ... act like a bridge between OS and hardware? ... board startup code and device drivers. ... interface to talk to the devices, configure the system to start the BSP ...
    (comp.arch.embedded)
  • Re: Board Support Packages
    ... What are board support packages?are they similar to BIOS,since they ... But that is about the only similarity. ... A basic BSP consists of board startup code and device drivers. ... Usually you use the OS device driver interface to talk to the devices, configure the system to start the BSP processes and you compile and link the BSP with the kernel. ...
    (comp.arch.embedded)
  • Re: Building Device Drivers in Platform Builder
    ... "Sunny" wrote in message ... can one develope only device drivers and ... > test it on hardware device without building os design. ... > hardware supported by Platform Builder for testing purpose. ...
    (microsoft.public.windowsce.platbuilder)