This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Detect SCI busy or complete

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.