• 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...
  • how to start xbanking on 8051
    how to start 128KB memory interface on 8051 microcontroller and how to start xbanking
  • Read timer values with C-code
    Hi. I am a beginner with the 8051 controllers, and are trying to run a servo. I need 20ms period and 1-2ms pulses, as Im sure a lot of you guys know. I was trying this : void main() { uint16_t...