Other Parts Discussed in Thread: CC3220SF
Tool/software: Code Composer Studio
Has the stepping behavior of the CCS debugger recently changed in CCS 7.3.0 with regard to interrupts? It seems that we used to be able to step (over, into, out of) in C code and the target would continue servicing interrupts, but not break in the interrupt. The only option I have now is to disable interrupts while stepping, which I don't necessarily want.
How can I get the classic behavior of being able to step through code and have interrupts service, but not break the debugger on interrupt.
Thanks,
Stuart