I am trying to check for a busy SCI bus so I don't send or receive data while there is an ongoing communication. However, I don't see any way for me to check for a completed communication. As far as I'm aware the IDLE and BUSY bits only apply to the Rx line. Is there any register that can be used to detect any ongoing SCI communication?
I can use my own flag system which is set and reset in the interrupt handlers. But I would much rather use a register if possible.