So I am trying to step through the debugger (CCS 5.3x) with the AP-Hub example code from the ex430-RF2500T. But I cannot really see anything, because the debugger takes a second to jump the next line and then an interrupt happens and I am in the
BSP_ISR_FUNCTION( BSP_GpioPort1Isr, PORT2_VECTOR )
function, then I hit step over and I back int he Gpio function again. I never get to see main.c program go through its paces.
So how do you step through code to learn when the interrupts keep firing? Is there a way to tell the debugger to always jump over the interrupts?
Thanks
-=Ryan