Hi, everybody.
I need to generate SPI recieve interrupt when SPI RXRAM is full of new data. This situation is not clearly described in the TRM (spnu489a).
As I have understood from the TRM: "The RXOVRN interrupt is generated when a buffer in the RXRAM is overwritten by a new received word."
But I need to prevent such event (RX overrun) by reading RXRAM contents in RX interrupt. Though it is said that RX and TX interrupts are not used in Multi-Buffer mode.
Should I'd rather use "TG completed" or "TG suspended" interrupts for my purposes, and how to set up them correctly? There is an insufficient information about it in TRM.
In advance thanks, Evgenyy.