Is there any implementation where Fatfs is ported to on board flash (Macronix ) of DK-TM4C129X .
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.
Is there any implementation where Fatfs is ported to on board flash (Macronix ) of DK-TM4C129X .
Amit,
This example is doing MSC only. Is there an example project doing FATFS for local Tiva file access like the FATFS sdcard example?
Thanks in advance.
Pran
Not quite. The application I am looking for needs to do something like the SDCard example,(fatsd_DK_TM4C129X_TI_TivaTM4C129XNCZAD) where from within the Tiva application I can open, read and write to files on the local storage device.
The example you are referring to does not have local FATFs support.
Right now the only option I have seen is to migrate serialFlash_FatFS_TM4C129_LP for the MX25 series flash in 129X development board.
If I am mistaken, can you provide some additional information.
Thanks