Hi ,
I met an issue that a docking system(master) sent 1000 messages to our system(slave) within 1s by SPI channel , afterward the SPI channel couldn't communicate any more. we need to restart our system to rebuild the channel .
The SPI buffer is 16 bits.
When an interrupt take a 16bits message happened , our system would handle the message and then clear overflow by set the RXFFOVFCLR = 1 and RXFFINTCLR = 1 , so could you help to check if the instant batch messages would damage the channel ?