• LPC1768 - PWM not working
    Hello All, I've developed customized LPC1768 board & want PWM 4 & 6 in Double Edge mode. However it is not working. Can you please guide after looking into my code as below. O/p pins of PWM3,4,5...
  • 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...
  • Use of PWM and capture on the same timer
    Hi everyone, we work on our first project with the stm32 and the Keil uVision IDE. We are using TIM4 CH3+4 for PWM generation (simelar to blinky). Now we want to use TIM4 CH1+2 for capturing 2 signals...
  • STM32: PWM with Timer 5 is not working
    Hello, I started a new project where a lot of pwm signals are used. Finally all pwm-outputs are working except of one and at the moment I have no more idea where the trouble could come from. The...