用CC3200的GSPI连接2.4G无线模块,进行数据操作时使用SPITransfer()和SPIDataput()、SPIDataGet()时得到的结果完全不一样,请问谁能给我讲讲SPITransfer()和单独的接收发送函数到底有什么不一样,谢谢
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.
用CC3200的GSPI连接2.4G无线模块,进行数据操作时使用SPITransfer()和SPIDataput()、SPIDataGet()时得到的结果完全不一样,请问谁能给我讲讲SPITransfer()和单独的接收发送函数到底有什么不一样,谢谢
SPIDataPut每次只是写一个字,SPITransfer是一个序列先写再读。
你的片选用的是soft chip select 还是HW chip select?