8051 PIC Microcontroller Time Delay Calculator
English

This online electronics calculator allows you to calculate the time delay of 8051pic microcontroller (uc) device with the given values of clock frequency and desired run time.

8051 PIC UC Time Delay Calculation

 
Microcontroller Clock Frequencymhz
Desired Timer Run-Time (DRT)ms
 
 
Calculated Results
 
Timing TaskStandard 12-Clock PartsEnhanced 6-Clock PartsTime
Single Timer TIC DurationuSec
8-bit Timer Counter Max Run-TimemSec
16-bit Timer Counter Max Run-Time mSec
8-Bit DRT Reload ValuemSec
16-Bit DRT Reload ValuemSec
 

This online electronics calculator allows you to calculate the time delay of 8051pic microcontroller (uc) device with the given values of clock frequency and desired run time.

Code to add this calci to your website Expand embed code Minimize embed code

Formula Used:

TIC12 = 1 / (mhz / 12)TIC6 = 1 / (mhz / 6)
8-bit Timer Counter Maximum Run-Time for 12 clock = TIC12 * 256 / 1000
8-bit Timer Counter Maximum Run-Time for 6 clock = TIC6 * 256 / 1000
16-bit Timer Counter Maximum Run-Time for 12 clock = TIC12 * 65536 / 1000
16-bit Timer Counter Maximum Run-Time for 6 clock = TIC6 * 65536 / 1000
8-Bit DRT Reload Value for 12 clock = 256 -(DRT / TIC12 * 1000)
8-Bit DRT Reload Value for 6 clock = 256 -(DRT / TIC6 * 1000)
16-Bit DRT Reload Value for 12 clock = 65536 -(DRT / TIC12 * 1000)
16-Bit DRT Reload Value for 6 clock = 65536 -(DRT / TIC6 * 1000)

Calculation of 8051 uc time delay is made easier using this online electronics calculator.


english Calculators and Converters

Ask a Question


Sitemap