PWM generation

Thread Starter

ManeeshaN

Joined Feb 17, 2010
8
Hi,

I need to generate a PWM wave and vary its duty cycle. This I will in turn feed to a FPGA. I want to chk those digital input channels.

Can someone help me out with a simple way to generate a PWM with varying duty cycle.
 

hspalm

Joined Feb 17, 2010
201
Since you posted this in the uc section, you want to create the PWM signals by using a microcontroller? Do you own a microcontroller already, or do you need help choosing one for easily creating PWM signals?

You can also create PWM signals by using ne NE555 timer IC, a quick google (555 timer circuit) should help you along the way.
 

Tahmid

Joined Jul 2, 2008
343
Hi,
You should mention which microcontroller you are going to use: AVR, PIC, MSP, ST7, etc
You should also mention the language and compiler you are going to program in: mikroC, mikroBASIC, mikroPASCAL, CCS, Hi-Tech, WinAVR, IAR, etc.
 

Wendy

Joined Mar 24, 2008
23,421
From your description this might be closer to what you're after, though the output will need some drivers. The frequency and duty cycle are totally independent, and each control is stable.

 
Top