2023-10-25 12:17 PM
Hi,
I want to debug the H753ZI through USART2 and connect to the PC through USB. I've done this a lot with other NUCLEO boards. Apparently this feature is not present on the H753ZI board?
Is there another UART connected to the ST-link on this board? Or is there no opportunity to send UART through USB?
Thanks in advance,
Best regards
Tom
Solved! Go to Solution.
2023-10-25 02:34 PM
USART3 PD8/PD9 to the ST-LINK/V3 VCP
Make sure HSE_VALUE correctly reflects the speed of the external clock, or use HSI (64 MHz)
Get a scope check the signal, show code if you want us to understand what you've done..
2023-10-25 12:45 PM
Why don't you use the default VCP on UART3 to debug? Or do you specifically need to use UART2?
2023-10-25 12:48 PM
This is the H753ZI2 board with the ST-LINK/V3 right? As I recall it uses a different UART than the ST-LINK/V2 model. Check User Manual and Schematic in CAD Resources tab.
Will check when I'm in front of a computer.
2023-10-25 01:42 PM
Thanks for the replies, I've enabled all of the UART's and I'm continuously sending 1 character on all of them. But I get nothing through the COM port?
2023-10-25 02:34 PM
USART3 PD8/PD9 to the ST-LINK/V3 VCP
Make sure HSE_VALUE correctly reflects the speed of the external clock, or use HSI (64 MHz)
Get a scope check the signal, show code if you want us to understand what you've done..
2023-10-25 05:35 PM
The other folks have it covered, but there's no reason to guess at which UART/pins to use. The user manual has all this information:
2023-10-25 09:46 PM
Thx, Ill check it out later
2023-10-26 10:40 AM
Thx, this worked