Which file system support by cc26xx? Suggest me driver file for cc26xx.
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.
Which file system support by cc26xx? Suggest me driver file for cc26xx.
Hi Fredrik,
#include <ti/drivers/SDSPI.h>
Currently the following SDSPI peripheral implementations are supported:
SDSPITiva.h
SDSPICC3200.h
SDSPIUSCIA.h
SDSPIUSCIB.h
SDSPIEUSCIA.h
SDSPIEUSCIB.h
How can I give support (SDSPI driver) for cc26xx. I talked about SD card file system. How can do basic C I/O file operation or FatFS I/O operation by calling fopen(), fread(), fwrite(), calls from my API.
Regards,
Rajneesh