• to generate PWM pulse
    sir i have created the pwm pulse for 5MHz in that my first channel should be of 50% and my second should be of 50% inverse to the first one and my third should be of 37% and 12.55.i am not getting the...
  • pulse generation
    Hi,I wrote this .ini file as signal function to my program: SIGNAL void int0_signal (void) { int i=0 int j=0; while (1) { while(i<35) { PORT8 |= 0x01; /* pull PORT 3.0 high */ swatch (0.001);...
  • ADC and create PWM pulses
    Hello i want to drive a RGB led with three PWM pulses, i use 3 potentiometers to control the PWM duty cycle, timer0 is used to trigger an A2D conversion and when the interrupt arrives i save the result...
  • PWM with different frequency
    Hello, i'm using an stm32f4 to control a stepper motor. I'm not sure if i need PWM mode or OC Mode or OnePulse Mode. I can generate a fixed frequency PWM wave but since i need a particular acceleration...
  • PWM of different frequencies
    Hi, I am new to LPC2148.My objective is generation of 2 pwm signal of different frequencies(as there are 6 pwm outputs are available ) at a time.I am able to get single pwm signal but unable to get two...