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.

RTOS/CC2650: SDCARD

Part Number: CC2650

Tool/software: TI-RTOS

HOW TO USE SD CARD DRIVER IN CC2650

  • Hello Paresh,
    I will ask my colleagues to check if there are any resources available.
  • 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.