Hi
I got a problem about an IO card.(in WM6)

The IO card initiate success with SD bus driver(The driver's dir is
SDBusDriver), and work correctly. The sd bus driver doesnt support SDHC.
But When I replace the SD bus driver that get from
\WM606\PUBLIC\COMMON\OAK\DRIVERS\SDCARD\SDBUS (it supports SDHC).
It initizte fail.
I check debug message.
The all initializtion commands are successful, but fail in loading client
driver
It fail in the statement --> m_pDriverFolder->LoadDevice();


the messages are in the following:
----------------------------------------------
SDHSlotOptionHandler - called - SetSlotInterface : Clock Setting: 25000000
SDHSlotOptionHandler - called - SetSlotInterface : setting for 4 bit mode
SDClockOn - Requested Rate: 25000000, Setting clock rate to 20000000 Hz
CertVerify: StellusSDIO.dll trust = 2
Prefetch Abort: Thread=8b9c1000 Proc=885613a0 'device.exe'
AKY=00000005 PC=00000000(???+0x00000000)
RA=01235444(stellussdio.dll+0x00005444) BVA=00000000 FSR=000004f0
RaiseException: Thread=8b9c1000 Proc=885613a0 'device.exe'
AKY=00000005 PC=03f6c3c4(coredll.dll+0x0001e3c4)
RA=882086a4(NK.EXE+0x000086a4) BVA=00000001 FSR=00000001
------------------------------------------------------

Is it the new sd bus driver's problem??

BR
Jack