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.

TMS320F2812: FAT file libraries

Part Number: TMS320F2812
Other Parts Discussed in Thread: C2000WARE

Hi,

I'm try to interfacing a SD card with a TMS320F2812 ; I found a link for FAT file libraries but it does'nt work :

www-s.ti.com/.../spraao7.zip

Do you have another one?

Thank you.

Regards, Florian

  • Hi Florian,

    I don't know of another specifically for the F2812, but we do have a FatFs port in C2000Ware under utilities\third_party\<device>\fatfs.

    You can import the SD card example for the F2837xD (device_support\f2837xd\examples\cpu1\sd_card) to see it in use. The F2837xD and F2812 have nearly the same SPI, so you should be able to port the code fairly easily.

    Whitney