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.