I have the following error using SDCard with DM3730:
DataTransmitCompletedHandler() - exit: STAT register indicates MMC_STAT_DTO error.
...
SendCommand (Cmd=0x00000018, Arg=0x00316800, RespType=0x00000001, Data=0x1) Data Line in use!
If I try to write a large file to sdcard (copy/paste nk.bin for example) it fires the error. After the error the sdcard reader stops working. I'm using the latest TI BSP for wince6 on a custom board with DM3730.
The same error is fired using WEC7 on the same board.
I tried also porting the sdcard driver (sdhc.cpp) from BSP 2.0 for WEC7 under BSP1.2 for WCE6, but the error is still fired.
The strange thing is the SDCard reader works fine using the SAME board with 3525!
I tried resetting the controller after MMC_STAT_DTO setting MMCHS_SYSCTL.SRD and MMCHS_SYSCTL.SRC bits, but nothing changed.
What can I try?
Luca
NB
Linux works fine with both processors!