Resolved! STM32H563: No TRACECK present
Hi, I have configured my STM32H563AI CubeMX-project to use "JTAG with Trace Synchro(4bits)" and assigned the corresponding pins. Also, I explicitly activated the corresponding registers in DBGMCU and DCB by adding: SET_BIT(DBGMCU->CR, DBGMCU_CR_TRA...