The Reference Manual SPNU515B is not clear whether the PEND bit of a DMA channel (HW triggered by the SCI) keeps being set over a wraparound. If so, how do I probe (in the ISR for the address byte of the next telegram) whether the previous block (serial telegram) has been received completely?
Plan B is AIM = 0 and writing to HWCHENAS for each telegram (in the address-byte ISR). Question: If the previous telegram was not complete and the DMA is still pending, does the write to HWCHENAS restart the transfer (initial destination address, initial frame count)?