2024-06-12 11:45 PM
Hello,
BIT4 IDLE Bit of USART interrupt and status register (USART_ISR)
Could you please explain what is condition about "an idle Line is detected"?
How long time for the UART RX Pin on idle state?
the idle is high level?
Thanks,
Martin
2024-06-25 06:14 AM
Hello @martin_xu ,
The Idle line is detected when there is no data transmission on the communication line.
Setting the TE bit drives the USART to send an idle frame before the first data frame.
If the USART is activated while the line is IDLE, the idle state is detected after the duration of one IDLE frame (not only after the reception of one character frame)
For more explanation I advise you to refer to Reference manual and precisely Figure 571 Figure 571. Word length programming.
Please let me know if my reply answer your request.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.