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.

SPI trans data wrong

Other Parts Discussed in Thread: CC3200

hello:

    I am using cc3200 spi as slave mode.Transfer data num is 8.I find if the master send not enough 8 clk to read data,it will affect the follow-up data.

    Such as slave spi send 0x55 and 0xaa.The master spi send 4 clk first ,Then it send 8 CLK,it will recive 0x5a.

    How can i avoid this.How can i clear the shift register.I try to reset spi,but it is not fine.