2025-01-17 07:16 AM
How does the (USART_ISR) BUSY flag get reset? The data sheet indicates "end of reception," but that is not defined. Is it an end-of-frame, idle event, or something else?
2025-01-17 09:08 AM
Hello @2jjayne ,
This bit indicates that the RX line is active and receiving data when it is set, and it gets cleared by hardware at end of reception (stop bit detection) or in case of unsuccessful reception due to halting or other errors, so it can have many conditions clearing it in case of unsuccessful reception.
Regards