Re: LPC bus drive for windows CE 6



There aren't going to be any examples for that specific bus. I don't know
anything about the bus architecture, either, but you can look at how the PCI
bus is handled in the Windows CE source code to see what you can do. As for
the driver for the specific device, that will depend on what sort of device
it is. If it's a display adapter, it should be clear that reading a sample
network driver isn't of any value. If it's just some random device that
wouldn't have a standard driver type for Windows CE (not display, not
network, not keyboard or mouse, not serial, etc.), then you can look at any
'stream interface driver' and get an idea of what sort of things you might
do.

Paul T.

"Loz" <mauro.aleottiNOSPAM@xxxxxxxxxx> wrote in message
news:g0s0d3$lja$1@xxxxxxxxxxxxxx
Hi,

I'm new to windows CE. I have got a board based on Intel Celeron with the
LPC Bus. I have to write a driver for a custom device on the LPC bus.
Where I can find some exemples and/or hints?

regards

L




.



Relevant Pages