8051 time delay Items tagged with 8051 time delay
delay subroutine
In timers... there are few things to take care of.. first.. amount of time you want delay for, second which timer mode is suitable for that delay.
Timer increment a count every single machine cycle. so if you are using a clock of say.. 12Mhz then.. no. of times timer count is incremented is:
12000000/12 = 1000000
i.e. timer will be incremented 1,000,000 times in a sec.
Lets say you want a delay of 10m... Read Compelte post
Timer increment a count every single machine cycle. so if you are using a clock of say.. 12Mhz then.. no. of times timer count is incremented is:
12000000/12 = 1000000
i.e. timer will be incremented 1,000,000 times in a sec.
Lets say you want a delay of 10m... Read Compelte post
Other Tags: 8051 time delay time delay calculation delay using timers delay using registers 8051 timers
Posted by ajay_bhargav on Fri Oct 05 2007, 11:47 am