Compiler: External
Debugger: Codewarrior Development Studio 10.7
Debugger Interface: PE Micro Multilink Universal
I have taken over a project from a previous employee.
I have a problem where every time I try to single step, It jumps to the ISR (A Timer)
I think the problem is because I am not disabling interrupts in single step mode. (I'm not really sure at this point)
Does anybody know how exactly that works? I don't know where to set such a value. Debugger/Compiler?
Thank you,