This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Infineon XC... - timer0 disable during debug

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

Parents
  • 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.

Reply
  • 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.

Children