Re: CF Card Detection in WinCE5.0
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Mon, 14 Aug 2006 10:34:02 -0700
What sort of card *is* it?! It seems most likely that you have a driver for
the PCMCIA bus, but not for the card you're installing.
Paul T.
"Sandeep" <Sandeep@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BAA33916-8419-4F52-9FC1-743355610754@xxxxxxxxxxxxxxxx
Hi,
I am working on PXA270 Mainstone II board in WinCE 5.0. I am trying to
detect my CF card but image is showing Unidentified PCCard Adaptor dialog
box
and ask for the name of driver.
Platform.reg contains following code for registry setting:
; @CESYSGEN IF CE_MODULES_PCCARD
IF BSP_NOPCCARD !
#include "$(_TARGETPLATROOT)\src\drivers\pccard\pcc_mainstoneii.reg"
#include "$(DRIVERS_DIR)\pccard\mdd\pcc_serv.reg"
;[HKEY_LOCAL_MACHINE\Drivers\PCCARD\PCMCIA\TEMPLATE\PCMCIA]
"Dll"="pcmcia.dll"
"NoConfig"=dword:1
"IClass"=multi_sz:"{6BEAB08A-8914-42fd-B33F-61968B9AAB32}=PCMCIA Card
Services"
ENDIF BSP_NOPCCARD !
; @CESYSGEN ENDIF CE_MODULES_PCCARD
I also tried to add Compact Flash/PC Card Storage (ATADISK) in catalog
driver list but no sucess.
Hyperterminal shows following message again and again when I insert CF
card:
INFO: Setting PCCARD slot 0 voltage to 0v (off).
MECR: 0
Power setting 1
-CPcmciaCardSocket::GetSocket(): dwEventMask: 1b0 dwEventChanged: b0
dwEventStatus: b0
-CPcmciaCardSocket::GetSocket(): dwEventMask: 1b0 dwEventChanged: b0
dwEventStatus: b0
CPCIEnum::ActivateDevice: ActivateDeviceEx return fails for registry
Drivers\PCCARD\PCMCIA\INSTANCE\PCMCIA1
I would appreciate if anyone of you could guide me, whether I am missing
something or some suggestions?
Thanks
Sandeep
.
- Follow-Ups:
- Re: CF Card Detection in WinCE5.0
- From: Sandeep
- Re: CF Card Detection in WinCE5.0
- Prev by Date: Re: PCMCIA Hardware ID
- Next by Date: Unable to Uninstall the driver
- Previous by thread: Re: How to support bluetooth radio (USB interface) in WinCE 5.0
- Next by thread: Re: CF Card Detection in WinCE5.0
- Index(es):
Relevant Pages
|