• PWM
    Dear, I've been playing with microcontroller ATMEL89c52 tied to a sensor. I have problem to measure the PWM sensor pin, I connect the PWM sensor pin with the (timer 2 (P1.0) & timer 2 Ex (P1.1) pin...
  • PWM
    Can you hlep me? I need some help to implemente a "sine-PWM" in the 166,164 or other derivates. Have you an example for me?? Guido
  • 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 problem
    Hello everyone, I am using om11032 board which uses lpc1768. I am using pwm channel on port 2. When pwm runs no problem occurs but sometimes I try to stop all pwms but p2.0 p2.1....etc all get high...
  • Sinusoidal PWM
    Hello, I'm tyring to program a STM32F4 (with ARM F4) board to generate a sinusoidal PWM, that is a sequence of pulses with variable width that, once filtered by a LPF, gives a sinusoid. I was...