cancel
Showing results for 
Search instead for 
Did you mean: 

How to use debug mode in NUCLEO-H743ZI2 ?

Akash_k
Associate III

I have connected the nucleo board to my PC using micro usb cable but when I press degugging button in Keil uVision5 it shows "Internal Command error".

How to enable debugging in Nucleo board?

1 ACCEPTED SOLUTION

Accepted Solutions
Akash_k
Associate III

Debugging worked after updating the Keil uvision because STLink/V3 requires above Keil MDK-ARM version 5.26.

View solution in original post

3 REPLIES 3

Make sure you have a high quality USB cable, perhaps reduce the SWD clock speed.

Make sure the code you are testing is not putting the device into a low power state, or otherwise reconfiguring the GPIO involved in the debug connection, ie PA13, PA14, PB3, etc.

Any other errors? Has Keil built the project completely?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Akash_k
Associate III

Yes I am using a high quality USB cable and Keil has built the project completely. Do I need to change the jumper configuration on the nucleo board to enable debugging. Which debugging method should I choose to debug directly using USB cable.

0690X000009kCSAQA2.png0690X000009kCS5QAM.png0690X000009kCQxQAM.jpg

Akash_k
Associate III

Debugging worked after updating the Keil uvision because STLink/V3 requires above Keil MDK-ARM version 5.26.