2025-06-19 11:41 PM
Hi All,
I am using STM32H747IDISCO kit.
I load example project HSEM_COreSync into STM32CubeIDE(version 1.18.1) , and set a breakpoint at
I recognize LED3 is turned ON after LED1 turned OFF. So "BSP_LED_On(LED3);" line should be proccessed, but break doesn't occur.
I program the board following the guide.
Could you tell me how to break at Cortex®-M4 address on STM32H7 dual core.
Thanks in advance.