Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 7 months ago.
programmatiucally copy a file from an mbed SD card to a PC
I have a micro SD card connected to the mbed via SPI. I store my data there during my realtime operations. After I terminate, I need to copy the binary data file back to the PC. Is there a simple way to do this? Certainly I can read it byte-by-byte, send it across the mbed USB bus, read the bytes as they arrive on the PC, and then write them to a disk. Seems there should be a simpler way!!
- Jim