2024-12-16 09:57 AM
Does any one know if this board can be debugged via the USB port that is connected to the PC or does one require an external debugging link?
If external is required which one would you guys recommend I do have ST-LINK V2 which I use for smaller boards.
Would like to know what is recommended.
2024-12-16 10:39 AM - edited 2024-12-16 10:50 AM
Hello @erastusC ,
There are two different ways to program or debug the on-board STM32H7 MCU:
• Using the embedded STLINK-V3E, connect PC to CN1 USB.
• Using an external debug tool connected to the MIPI-10 connector (CN5)
I advise you to follow the methods described in the UM2407, in "6.3 Embedded STLINK-V3E",
and "6.3.3 Using an external debug tool to program and debug the on-board STM32H7" sections.
Check and configure properly the jumpers and solder bridges, for that you can follow the recommendations in the "6.7 Solder bridges and jumpers" section.
2024-12-16 12:20 PM
Review the picture of the board, the 1x1 cm chip at the North End of the board is an ST-LINK/V3, this provides for primary debugging and a VCP that connects to one of the H723's USART's
https://www.st.com/en/evaluation-tools/nucleo-h723zg.html
2024-12-17 12:05 AM
Thank you for the help. I was not 100% sure. What I don't understand is the debug serial wires via MUX is on PA13 & PA14
CN1 is connected to PB14...
SO the IDE software does not see the ST-Link:
2024-12-17 09:46 PM
CN1 is connected to PB14
---- PB14 is the pin of STLINK MCU, means through USB connector(CN1), the PC talk to STLINK.
2024-12-17 11:07 PM - edited 2024-12-17 11:10 PM
Please see the problem I have. To debug via USB the IDE must point the serial line to PB 13 & PB 14 and NOT NOT NOT PA 13 & PA 14.
The IDE software connects the debugger to PA 14 & PA 13 AND NOT TO PB 13 & 14.
So how do I get the IDE to connect the debugger to PB 13 & PB 14 and not PA 13 & PA 14?