Print SWOTrace in the IDE debugger console from both cores.
Hi,i'm working on a STM32H755II MCU, I followed this guide and setup two debug configurations one for CM7 (that downloads both codes) and one for CM4. I added on the CM7 project the common implementation for printf:int printf_swo(char *ptr) { uint32...