Computer Science, asked by anonymous113699, 1 month ago

Write a program to generate 50m/sec delay using Timer1 Mode1​

Answers

Answered by OoAryanKingoO79
22

Answer:

The 8051 microcontroller has two independent 16 bit up counting timers named Timer 0 and Timer 1 and this article is about generating time delays using the 8051 timers. Generating delay using pure software loops have been already discussed here but such delays are poor in accuracy and cannot be used in sensitive applications. Delay using timer is the most accurate and surely the best method.

Answered by shinchankifan75
0

After the delay subroutine is finished, make the corresponding port pin low and call the delay subroutine gain. After the subroutine is finished , repeat the cycle again.

Similar questions