We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Just recently when I stop execution using the JTAG debugger ULINK-ME and step my code, it always steps into the Timer2 interrupt. In the past, I was able to step through my code without needing to disable interrupts. This happens with multiple projects, all of which I never had this problem before. Is there a setting that I messed with somewhere?
Thanks in advance.
Cancel. I finally realized I did not disable the watchdog. Forgot that fact during a long vacation.