I have 2 C2000 controllers that communicate with each other with SPI.
How do I know in the slave device that I received a complete message and not 2 halve messages? It looks like that the information of the rising edge of CS is lost in the hardware. So how do I know that I received the end of the message?
Thanks.