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中怎么解决SPI传输中错位的问题?

Other Parts Discussed in Thread: CC3200

如图所示,SPI接收,使能DMA  FIFO,每次发送512个8位数据,

上面黑色大括号为实际的发送顺序,也是我想要的数据,

但实际接收到的数据是下面红色大括号的数据,也就是说错位了!!!

这个问题该怎么解决为好呢????

是否可以利用上面那个SPI_BUSY信号进行对齐,如果可以的话,该怎么做?如果不行的话,该怎么办??