Hi,
I am trying to run the example project usb_dev_msc_sample.pjt from BIOSUSB 1.10.01 located in
C:\Program Files\Texas Instruments\biosusb_01_10_01\packages\ti\biosusb\examples\usbdevmsc\build\C6748\ccs3
on an C6748 L138 EVM.
When I enable the #define MSCMEDIA_MMCSD, I am able to copy files to an SD card through windows xp just fine.
However, if i enable the #define MSCMEDIA_NAND or #define MSCMEDIA_SATA, the code runs just fine but windows gives me an error that the drive is not formatted, do you want to format it now? When I click yes, windows reports that the disk cannot be formatted. I've formatted the SATA drive on my system as FAT32 so the format should be ok.
Are there extra steps required to read and write to a SATA drive using the example code?
Thanks,
Scott