2025-03-06 1:57 PM
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?
Solved! Go to Solution.
2025-03-06 2:06 PM
Hello @doronzzz and welcome to the community.
Because it is already configured in the Bsp and the code is already generated by CubeMx:
And you've selected to configure the VCP at the creation of the project based on the board:
Hope that answers your question
2025-03-06 2:06 PM
Hello @doronzzz and welcome to the community.
Because it is already configured in the Bsp and the code is already generated by CubeMx:
And you've selected to configure the VCP at the creation of the project based on the board:
Hope that answers your question
2025-03-06 2:07 PM
The RX and TX pins of USART3 says they are under BSP control. Is this the reason why USART3 is unavailable?
2025-03-06 2:09 PM - edited 2025-03-06 2:13 PM
Yes.
If you uncheck the "Virtual Com Port" check box option, USART3 will be available again.