Michel
Wed Apr 09 11:19:27 PDT 2008
Unless you have a BSP for your hardware, or a driver that supports your
hardware, you still have to write a driver (at least the PDD part that
deals with the GPIO's for the interrupts). The supported SDIO interface
is MMC. Take a look at
\WINCE600\PLATFORM\MAINSTONEIII\SRC\DRIVERS\SDHC or
\WINCE600\PLATFORM\ARUBABOARD\SRC\DRIVERS\SDHC for some examples. You
would need to adapt these samples to support your hardware design.
Good luck,
Michel Verhagen, eMVP
Check out my blog:
http://GuruCE.com/blog
GuruCE
http://GuruCE.com
Consultancy, training and development services.
kris wrote:
> Thx,
>
> As I understand, SPI is not the easiest way to connect an SD card to a WinCE
> system. What types of hardware interfacing are then supported to use an SD
> Cards on a WinCE 6.0 system, without the burden of having to write a driver?
> (hardware modifs in this stage of the design are still allowed)
>
>