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.

McBSP作为SPI功能接收问题

你好,专家。我在用McBSP作为SPI功能接收数据时, while(McbspaRegs.MFFRX.bit.RXFFST !=1 )此句不设置的话能够接收到数据(数据不对),可是如果设置上句的话就接收不到,利用的是FIFO功能,参考TI的例程

请问这是怎么回事