hi... does anyone noe how to write the PROGRAM (in C) to reset TIMER2??? thanks...
1. Stop the TIMER2: TR2 = 0; 2. Clear the overflow flag: TF2 = 0; 3. Load TH2 and TL2 8 bit registers with desired value: TH2 = 0x00; TL2 = 0x00;