??? 03/17/05 23:54 Read: times |
#89888 - timer isr stops Responding to: ???'s previous message |
You are right. The timer isr stops. The timer hardware is probably still running.
We have managed to speed it up to within a few hours or so by sending lots of data through the serial ports. Otherwise we would be going nuts! In the serial isrs, bits RI, TI, and RI1 and TI1 (scon0 and scon1). In the timer: TL0 = 0xFF; TH0 = 0xB8; TF0=0; ET0 = 1; //enable t0 interupt TR0 = 1; // timer0 enabled again!!! |