Part Number: SIMPLELINK-CC26X2-SDK
Tool/software: TI-RTOS
Regarding the following link:
I can't generate the file on SD card, but if I add the add_device() before running SDFatFS_open(), I can successfully generate the file.
do you have any description about add_device()???
add_device(fatfsPrefix, _MSA, ffcio_open, ffcio_close, ffcio_read,
ffcio_write, ffcio_lseek, ffcio_unlink, ffcio_rename);
SDFatFS_open()
thanks.