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.
尊敬的 TI 成员:
我正在开发 F28069和其他 MCU 之间的 SPI 通信。
MCU 是 SPI 主器件、F28069是 SPI 从器件并使用 Rx、Tx ISR。
在我测试时、RxISR 和 TxISR 都在任何 SPI 通信期间执行。(看起来是全双工)
处理起来相当混乱、因此我想让它成为单向通信(半双工)
例如、首先、MCU 向 F28069发送请求、然后 MCU 从 F28069接收响应
没有同时发送/接收数据。
它确保 F28069在 MCU 发送期间通过 RxISR 接收请求、
为此,什么是初始 SPI 设置?
提前感谢。