cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-H753ZI: Communication with PC

doronzzz
Visitor

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

1 ACCEPTED SOLUTION

Accepted Solutions
mƎALLEm
ST Employee

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

 

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.

View solution in original post

3 REPLIES 3
mƎALLEm
ST Employee

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

 

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.
doronzzz
Visitor

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

Yes.

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

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.