Tool/software: TI-RTOS
HOW TO USE SD CARD DRIVER IN CC2650
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.
Hi Paresh,
I'm not sure what you are after here exactly. There is no specific "SD Driver" available for CC2650 but as you can use SPI to interface with the SD card, you can use the SPI driver.
That said, there is the "SPISD" glue layer that allows you to use the FatFs middleware to interface with an SD card. There is however no TI provided examples on how to do this, you should refer to the FatFs project for this information.