11 years, 1 month 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

Be the first to answer this question.