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.
Hello TI,
i'm working with the TM4C1294NCPDT µC on a custom board running TI-RTOS 2.16.0.08 on it. Is it possible to use FatFS with QuadSPI? If so what would i have to do?
Thanks in advance!
Regards,
Akos
Hi Akos,
Yes, but you have to write the low level FatFS driver that interfaces to the QuadSPI peripheral.You can take a look at this example: https://processors.wiki.ti.com/index.php/TI-RTOS_Examples_SerialFlash.
The files of interest are AT45DB.c (interfaces a SPI flash device) and AT45DBFatFs.c which implements the lower-level FatFS interface.
Todd
Hi Todd,
thank you! Looks like this example will help me to implement my own FatFS interface.
Regards,
Akos