This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

debugging timers timings in 28335

Hi,

is there a problem to debug the operation of two timers runing in parallel? i have Timer0 running for 10us and Timer 1 running for 10ms. i want to see theses timings in the debug window, with the help of the clock. i added two breakpoints inside the timers' sub-routines. 

but, what i see is that the both timers are interrupting one after the other alternately, inspite the big difference in their periods. Does anyone has a clude why is this happening?

Thanks,

Israel