BiPOM Forum

General => Microcontroller Development Systems => 8051 Development Tools => Topic started by: chander on December 30, 2003, 05:43:10 am

Title: 8051
Post by: chander on December 30, 2003, 05:43:10 am
how can we use 8051 timers as, timer and counter simultaneously
Title: Re: 8051
Post by: me on January 29, 2004, 06:58:50 pm
you have 2 timers in the 8051...timer 0 and timer 1. Both are controlled thru the TMOD register. Just use timer 0 as a timer and use timer 1 as a counter.