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.
我在尝试着在TMS570的兼容下执行简单的SPI的位到位的转换。我想手动驱动CS线。
我现在遇到的问题是,在我转换最后一位到SPIDAT0->TXDATA寄存器时,我不能检查到数据是何时从移位寄存器中移出的。
我只能检查到它们是何时从缓存复制到移位寄存器的(SPIBUF->TXFULL)。
怎么样确定它们已经从移位寄存器中移出了呢?有什么方法么?