你好,我想用CC2650读写SD卡,想问一下可否使用SDSPI驱动及RTOS的Fatfs系统?有没有例子了?
Viki Shi:
You should not use the SDSPI APIs with C26xx as it's not made for CC26xx. You should just use SPI_Transfer and make it a SD card protocol.
user4509847:
回复 Viki Shi:
你好,感谢你的回复,我参考SDSPITiva.c/h文件,将其修改为SDSPICC2650.c/h,有个地方不明白,SDSPITiva.h包含了SDSPI的头文件,而SDSPITiva.c中又有相应的close、open等函数,所以SDSPITiva.c和SDSPI.c到底是什么关系了?