• 3-Phase PWM on LPC23xx
    I'm attempting to create a 3-phase PWM signal, which would generally use 6 dual edge triggered PWMs. Is there a way to do this using 3 single edge PWMs? If so, please point me to some examples; or provide...
  • PWM double edge 3phase test
    Hi all, I am testing with a lpc2138 and Keil qvision4. I've written this very simple test program: #include <lpc21xx.h> /* LPC21xx definitions */ void main() {PINSEL0 |= 0x000A8000; VPBDIV...
  • PWM
    Hello there, Can I use TIM1_CH1 and TIM1_CH1N simultaneously for a PWM output and also with different duty cycle ?..if not, what is the difference between them ?
  • pwm
    i need help ,how can i update the pwmch0 in aduc7026 by calclulating the duty cycle from adc interrupt i don know abt pwmsync plz help me
  • PWM
    Hi I am doing project on LPC2106 (Keil C), my application is I want generate the different duty cycle PWM pulses using LPC2106 PWM channel I read data sheet but I confused with PWM registers configuration...