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