Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Center aligned pwm how can I create it?

Status
Not open for further replies.

ltg

Member level 4
Joined
Feb 24, 2002
Messages
76
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
533
center aligned pwm.

Thanks very much for your tips!

Best Regards,
ltg
 

pwm aligned center

Hello,
You can use a multivibrator with NE555 or with CMOS4093.

CD:)
 

you can use the lm3524, this IC provide the pulse corresponding to one of the transistor an for the second transistor of a half-bridge. But you can obtain only one center aligned PWM, with external configuration. You must to notice the dead time.
 

I think the best way is using microcontroller because microcontrollers are very flexible for your application.
 

Hi,

Thanks very much for your tips! Yes, I use microcontroller but it only provides edge aligned pwm. With center aligned pwm I can use space vector pwm, which is more efficient than sinusoidal pwm. I don't know how to create center aligned pwm with the traditionally microcontrollers.

Best Regards,
ltg
 

Hi ltg,
It's easy to implement software pwm with microcontrollers. You can find source codes for software edge aligned pwm (i have had the codes for microchip's pic micros but my disk crashed, sorry i can't help you more) and after few computations i think you can write your software center aligned pwm codes. You should use your micro for ONLY pwm function, if you want to implement not only pwm but also other computations (like pid) use another micro as master chip.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top