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.
Hello,
(how) is it possible to disable the counting of timer0 while I'm debugging? To be more exact: when I'm stepping through my code, T0 is counting up even if I don't continue to step through the code. This results in permanent calls of the Timer0-Interupt routine.
It would be quite useful to disable counting of T0 during debugging.
Thanks for all responses!!
Reinre
is it possible to disable the counting of timer0 while I'm debugging?
That rather totally depends on how you're debuging. Debugging via a debug monitor (MON51 and similar) usually doesn't allow it at all. Simulators often don't allow enabling them. Other debug interfaces fall somewhere between these extremes.
Tx for the answer.
I'm using the DAS XC800 Client with settings "JTAG over USB Chip". Do you know if any possibility exists here?