Skip to main content
Explorer II
March 6, 2025
Solved

NUCLEO-H753ZI: Communication with PC

  • March 6, 2025
  • 2 replies
  • 904 views

I'm trying to use my NUCLEO-H753ZI board to send some message to my PC using UART. I read from the data sheet that USART3 is connected to the ST-LINK for the Virtual COM Port (VCP), and USART3 can directly transmit messages to the PC. However, in the configuration window, USART3 is greyed out and cannot be configured. Is this normal? If so, how can I send messages to my PC using this board?

Screenshot 2025-03-06 at 21.54.57.png

    This topic has been closed for replies.
    Best answer by mƎALLEm

    Hello @doronzzz and welcome to the community.

    Because it is already configured in the Bsp and the code is already generated by CubeMx:

    mALLEm_1-1741298737024.png

    And you've selected to configure the VCP at the creation of the project based on the board:

    mALLEm_0-1741298656269.png

    Hope that answers your question

     

    2 replies

    mƎALLEmAnswer
    Technical Moderator
    March 6, 2025

    Hello @doronzzz and welcome to the community.

    Because it is already configured in the Bsp and the code is already generated by CubeMx:

    mALLEm_1-1741298737024.png

    And you've selected to configure the VCP at the creation of the project based on the board:

    mALLEm_0-1741298656269.png

    Hope that answers your question

     

    doronzzzAuthor
    Explorer II
    March 6, 2025

    The RX and TX pins of USART3 says they are under BSP control. Is this the reason why USART3 is unavailable?

    Technical Moderator
    March 6, 2025

    Yes.

    If you uncheck the "Virtual Com Port" check box option, USART3 will be available again.