• Timer interrupt handlers in LPC1768
    I have written the following code to generate the interrupts whenever the corresponding MatchRegister0 of Timers 0 and 1 matches up the value of Timer Counter. #include "lpc17xx.h" #define SBIT_CNTEN...
  • LPC1768 Timer Interupt
    Hello, Please help confirm if my logic is right regarding timer interupt using NVIC based on the below code. 1) I can only receive or display on LCD 1 value each 3124 counts and the rest of idstring...
  • Using timer as PWM in LPC1768!
    Dear all, The number of PWM signals I want to use in my project is more than what LPC1768 generally has (6PWM + 3MCPWM). This is where I think I should use timers to generate PWM pulses. Since the frequency...
  • some questions about timers in LPC1768
    Hi, I have little problems with timers in LPC1768. I need to start timer2 because I use timer0 and timer1. When I want to configure and start timer2 all program doesn't start and I see nothing reaction...
  • make a timer to ..,.well time
    I am new so hang with me as i drivel on, i just want to set up a timer on the MCB900 using an lpc935, all i want is to count to a second or 2 so i can use this to measure inputs a set time apart...