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.

[SOLVED] problem with PWM modulation

Status
Not open for further replies.

madusanka

Newbie level 5
Newbie level 5
Joined
Jul 25, 2010
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
srilanka
Activity points
1,366
i am using pic16f887 chip , i am successfully get 2 PWM signal on ccp1 and ccp2 ,
my problem is how can i used more than 2 PWM on 16f887 mcu ?
thanks
 

one of the way to do this is use interrupt timer and in the time intervals use the port pins that your are interested to use to generate the PWM seq.....but this also will not give you simeltinous PWM outputs.....AS in case of micro-controller the exectuation is sequential ....

Good Luck
 
What is frequency needed? If low frequency, can use Timer Interrupt. If high frequency (1kHz), no choice to have third PWM. You need to change other PIC.
 
i have try many time get 4 pwm output in pic16f887 but i couldn't, so i jump to another MCU 18F4431 it has 6 pwm chanel , it's work for me,

thanks for quick reply
best regard
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top