Good Day to everybody...
I've a quite simple question. In my RTOS application with the TM4C1294 I have a task listening for any bytes coming in via a SPI transfer from an external master. Works perfect.
But in my tx-fifo are several Bytes that are exchanged when the master sends something. It happens now, that the synchronization is lost, when the master asks for an unexpected number of bytes. Well, then I don't know exactly how many bytes and what is left in the tx-fifo. My simple question is, how to clear the Tx-Fifo?? Didn't found a register to manage that simple problem!
Would be great, if someone else knows more than me. Klaus-Michael