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.

micro SD card Data logger using TMS320F28063

Other Parts Discussed in Thread: CONTROLSUITE

I want to log data in time stamp to a SD card using F28063 device. I wanted to know is there any reference provided by TI for such implementation.

 

Please help.

  • Ravi,

    Please check out controlSuite for an example. It doesn't look like we have ported the SD card example on the F2806x at this point.
    Refer to the sd_card example from F2837xS as a starting point.: C:\ti\controlSUITE\device_support\F2837xS\v191\F2837xS_examples_Cpu1\sd_card

    From what I can tell, you should only need to modify the mmc-F2837x.c and sd_card.c files along with the device header files for F2806x.

    -Mark