2025-01-07 06:21 AM
Hi, I have a development board with an STM32H745XIH6 microcontroller, which has dual cores. I am trying to debug using the SWDIO and SWCLK pins. Debugging works fine on the M7 core, but it does not work properly on the M4 core. This is what the issue looks like:
Thank you in advance to everyone who helps!
2025-01-07 06:28 AM
Debugging dual-core in such cases is never that much easy. I guess, you need to make sure that M7 core initializes the M4 correctly. Then check the debugger setting for dual-core support.
In some cases, the verification of SWD configurations for both cores can also help in solving the problem.
2025-01-07 09:03 AM
Hello @ACohe.3 ,
I guess the debugger window of the M4 is not updated. You should try to step on your M4 target (if it fails, try to step in assembly (first click on the 'i' icon).