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 communication between TM4c129

Hi,

We have a board where there's three TM4c129 on it.  One is a SPI master and the other two are SPI slaves.  The master will send data to the two slaves every 10ms or so.  We're coming across an issue where it looks like the data in the slave FIFO is overflowing.  If we have a breakpoint in the master after a data packet is sent, about 17 bytes of data, then the transmission is fine and the slave receives all the data correctly.  But if we remove the breakpoint, we do not get the complete data and we see the overflow interrupt being set.

So the question here is if anyone has suggestion on how we can accomplish this?  We've tried multiple ways but no luck so far.  Any help or suggestion would be appreciated.

Thanks!