The PPI has been configured to transmit a message every time the timer triggers ( every 1ms).
I'm using IAR Embedded Workbench 7.40.3.8938 as my IDE .
When the system is in debug if i press the 'break' button, the code appears to stop execution, showing the line currently being executed. I noticed that radio transmissions were still occurring. I removed the PPI shortcuts and replaced it with the manual transmission method. As expected the transmissions stopped.
Would you expect the PPI to carry on running when the system is paused in the debugger?
Is there any way to pause the PPI via the debugger?