We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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;