Hi, the application I'm developing has to read raw binary data from the PCMCIA card. There will be no file structure on the card. Is there any way to directly access the memory addresses on the card?
Yes. You can access the memory space directly. Take a look at the CF bus topic index(topic 846) for details. The Windows CE sample code we provide includes the addresses to use to access the PCMCIA bus.