2013-06-01 08:05 AM
I have implemented the code of this link
http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/PF252419
that allows sending and receiving a file from a flash drive via the usb stm .. but the problem is that an indication in the code tells me that if the red LED flashes one of infinitely these problems exist (USB key disconnected, binary file not available or FATFS file system error), my red LED flashes infinitely malgrés the flash is connected and formatted (FAT) and I put the two files .bin necessary for the download. and upload ..2013-06-01 01:24 PM
If you don't understand what's going wrong you'll need to add more diagnostic and telemetry output, and do some debugging.
2013-06-02 09:16 PM
my flash is connected and the green LED next to the USB port is on ... so normally the problem is either binary file not available or FATFS file system error...