Referring to SPRUH22G Concerto Technical Reference Manual, section 23.3.8:
"The receive timeout interrupt is asserted when the receive FIFO is not empty, and no further data is received over a 32-bit period."
1) This implies that FIFO operation must be enabled in order to fire a Rx Timeout Interrupt. So my wish to detect excessive gaps between consecutive received characters can only be satisfied in a mode of operation that includes the FIFO, correct?
2) Also, do Rx Timeout Interrupts have to be enabled for the RTRIS flag to be set in the RTRIS register? I am inspired to ask this by virtue of an old post on this site. The poster was unable to see the Rx Timeout Flag unless Rx Timeout Interrupts were also enabled, which prevented polling for the timeout event..
Edit: Never mind on question 2. I see in the Errata sprz357k that there is an issue with RTRIS setting for polled operation.
Thank you,
Steve C.