2021-08-20 11:38 AM
Hi I have just received my STM32H7B3I-DK and have plugged a micro usb in STLINK connection. When I build a sample application in CubeIDE and try to launch debugger using the default configuration that seems like a good selection, but the debugger terminates indicating not ST-Link detected.
Is there any document regarding to getting started with example debugging for this DK? TIA
Best,
Habib Farahani
Solved! Go to Solution.
2021-08-22 01:28 PM
Thanks Uwe for your notes. The usb enumeration from STLINK usb seems to be working just fine. The drivers are showing up under device manager (I am using a Windows machine) What I wound up doing was to download Cube programmer and erase the entire flash. I suspected that the old BL I had loaded might have inadvertently remapped SWD signals to GPIO or something like that. After flash erasure, I was able to launch the debugger. Thanks for your reply.
Best,
Habib
2021-08-20 12:37 PM
Do you plug in to the right USB plug? Is the cable good or perhaps only a power cable? Does your system recognize the USB device, e.g.look with dmesg on linux.
2021-08-22 01:28 PM
Thanks Uwe for your notes. The usb enumeration from STLINK usb seems to be working just fine. The drivers are showing up under device manager (I am using a Windows machine) What I wound up doing was to download Cube programmer and erase the entire flash. I suspected that the old BL I had loaded might have inadvertently remapped SWD signals to GPIO or something like that. After flash erasure, I was able to launch the debugger. Thanks for your reply.
Best,
Habib