How to improvement work flow efficiency on dual-core µC such as STM32H7 in CubeIDE?
My debug workflow feels pretty inefficient and I was hoping to learn from this community how to improve it. My code framework is built using the embedded CubeMX which leads to default code where the CM7 starts the clocking while CM4 is waiting, then ...