Question
How do you trigger dual-core halting on an STM32H755BI?
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?
