Skip to main content
Visitor II
June 13, 2024
Question

Regarding stm32h750 USART IDLE

  • June 13, 2024
  • 1 reply
  • 879 views

Hello,

     BIT4 IDLE Bit of USART interrupt and status register (USART_ISR) 

    q4.png

        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 

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    June 25, 2024

    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