• PWM problem
    I cannot get PWM signal in P7.1..pls help me MY Program is .. #include <stdio.h> /* standard I/O .h-file */ #include <reg167.h> /* special function register 80C167 */ #include <math.h> a...
  • 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...
  • 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 ?
  • LPC11C24 PWM Problem
    Hello, We are using NXP LPC11C24 microcontroller on our project. We need PWM output for motor control.We have written the following code to try the PWM output. LPC_TMR16B0->TCR = 0; LPC_SYSCON...