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.

Programming 2806x microcontroller using SD card

Other Parts Discussed in Thread: TMS320F28063

I'm trying to load program into TMS320F28063 microcontroller using an external SD card. 

Please help me to understand how it is done.

Thanks in advance.

  • Ravi,

    We don't have any application report addressing this query. I believe you are using SPI in F2806x to interface with SD card. If so, you can use SPI boot to program F2806x RAM. SPI boot should explained in device TRM.

    Regards,

    Manoj

  • Sir,

    Do you mean Technical reference manual know.

    Is there an example program available for SPI boot applicable for F28063 ?

    And I'm getting "0x7F00" and "0xCA00" responses while reading and writing single block from micro SDHC card, which results in error. I'm following the SD card interface sample program to read and write. The reference is at : 

    http://www.ti.com/mcu/docs/litabsmultiplefilelist.tsp?sectionId=96&tabId=1502&literatureNumber=spraao7&docCategoryId=1&familyId=919

    I'm reading the values in the read_buffer array. Is it right ?