I would like to write and read files on an SD card formatted with FAT file system using the TI AM5728 EVM. Section 6.12.3.2 of the Processor SDK RTOS mentions that APIs can be used to perform file operations (i.e. f_open(), f_write() and etc.). However, PDK doesn't have an example demonstrating how this is done. Also the FAT documentation below doesn't include these APIs:
$(TI_PDK_INSTALL_DIR)\packages\ti \fs\fatfs\docs\doxygen\html\index.html
Please let me know if an example exists to write/read files on an SD card formatted as FAT.
Thanks,
Dave