Skip to main content
Kmax18
Senior II
May 25, 2023
Solved

NUCLEO-64 UART TX-signal at 5V with external 5V supply

  • May 25, 2023
  • 2 replies
  • 1273 views

I cannot find this information in the NUCLEO-64 ref. manual.

Do NUCLEO-64 boards generate a 5V UART TX-signal with an external 5V power supply (E5V pin)? Thank you.

    This topic has been closed for replies.
    Best answer by Peter BENSCH

    The respective U(S)ART pin is led out directly without a level shifter. Therefore, the signal level has nothing to do with the NUCLEO itself, but with the STM32 used.

    Now to the individual points:

    If you supply the NUCLEO via E5V, the internal VDD of normally 3.3V is generated, which supplies both the ST-LINK and the target STM32.

    All STM32s have a maximum supply voltage of 3.6V, so they can only output 5V levels if the respective pin is able and set to operate as an open drain, without internal pull resistors and with external pull-up to 5V.

    Does it answer your question?

    Regards

    /Peter

    2 replies

    Peter BENSCH
    Peter BENSCHBest answer
    ST Technical Moderator
    May 26, 2023

    The respective U(S)ART pin is led out directly without a level shifter. Therefore, the signal level has nothing to do with the NUCLEO itself, but with the STM32 used.

    Now to the individual points:

    If you supply the NUCLEO via E5V, the internal VDD of normally 3.3V is generated, which supplies both the ST-LINK and the target STM32.

    All STM32s have a maximum supply voltage of 3.6V, so they can only output 5V levels if the respective pin is able and set to operate as an open drain, without internal pull resistors and with external pull-up to 5V.

    Does it answer your question?

    Regards

    /Peter

    In order 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.
    Kmax18
    Kmax18Author
    Senior II
    May 26, 2023

    Thank you @Peter BENSCH​ . Yes that answers my question.