This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Reading raw binary data from SD card

Other Parts Discussed in Thread: MSP430F2013

Hello,

I am developing a datalogger to store voltage values using the MSP430F2013 and a SD card. I am looking for a software that can read data from SD card in raw binary format to a PC. Is there any software capable of doing that?

Regards,

Lucas Ribeiro

  • As microcontroller choice for SD card application is unusual, you can do unusual data storage solution either: 1) format card 2) create _single_ file as big as needed for data, mark it read-only 3) check SD card sector range of this file and hard-code your uC write operations accordingly

    Then you can use usual file I/O to read data from SD. Tho I am not sure how you will write data to SD using F2013 ;)

**Attention** This is a public forum