2023-05-15 11:01 AM
I'm trying to get my SWD debugger to halt both cores when debugging one of them, but by default it appears to only halt a single core. Looking into the reference manuals for the H755 I see section "63.5.3 Cross Trigger Interfaces (CTI) and matrix (CTM)" which seems to cover this capability, but I am unable to find the base address of the CTI registers. Does anyone know where to find the base address for these registers or know of a way of getting both cores to halt when using a debugger?
2023-05-16 03:22 AM
Hello @Community member,
According to the reference manual, the system-level CTI and the Cortex M4 CTI are accessible to the debugger via the system access port and associated APB-D
For more details you can check STM32 microcontroller debug toolbox - Application note
Hope this helps!
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.