8051 PIC Microcontroller Time Delay Calculator

Use this online calculator to find the time delay for your 8051 PIC microcontroller. Simply input the clock frequency and desired run time to calculate the time delay.

With this online electronics calculator, you can determine the time delay of your 8051PIC microcontroller (UC) device based on the provided values for clock frequency and desired run time.

Microcontroller Clock Frequency
mhz
Desired Timer Run-Time
ms
Single Timer TIC Duration
8-bit Timer Counter Max Run-Time
16-bit Timer Counter Max Run-Time
8-Bit DRT Reload Value
16-Bit DRT Reload Value
Send the result to an email


    8 Number of calculations

    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)