• Timer calculation in LPC2378
    Hi everyone... i am using LPC2378 controller with the external clock of 12Mhz..Currently testing timer application...what is the formula to calculate the timer value to be load in the register??? ...
  • LPC2148 - Calculating Prescale Register value for 1 millisecond delay using Timer
    LPC2148 - How to calculate Prescale Register value to get 1 millisecond delay using Timer ? The Peripheral clock is running at 12Mhz frequency. Can anyone state the formula for this ? Awaiting...
  • Timer Flag 0 is raised when timer starts
    Hi! I am trying to run two servos with one timer, checking pin state and set servo angle on a nRF24LE1. I'm not a skilled programmer, but this is what I've got: #include <Nordic/reg24le1...
  • calculting timer values
    Hi I would like to how to calculate the value that should be loaded into T0MR0 register to create a 2 sec delay? Thanks
  • Count Timer value
    I want to count time between two rising edge of TTL Pulses. For that I am using Timer0 & Timer1. Timer0 is generate interrupt at every 20ms. In Timer0 ISR I start GPIO Interrupt. In GPIO ISR I start...