Dual processor simultaneous debug setup?
Hi All,
I have two STM32F030R8 on the same board with the IC’s talking to each other via SPI, they are synchronised at each transaction so the problem arises that if I halt one of the IC’s to look at variable states etc the other runs on freely becoming de-synchronised from the halted processor.
each processor is running a slightly altered build of the same code out of the same project.
Is there a way to debug both processors at the same time, or to cause the other processor to halt when the processor in debug halts?
I have 2 x ST-link/V2 connected each processor via SWD.
Thanks for your help,
Tim