Author |
Message |
Topic: Power PWM module 18f2331 |
madcreator
Replies: 8
Views: 13011
|
Forum: General CCS C Discussion Posted: Fri Sep 07, 2012 1:45 pm Subject: Power PWM module 18f2331 |
Cool example ! I've made the circuit like that,and this pic is quite little tht why I choosed this one, and I was thinking that the power pwm module was easy to use...
I think I will make a another ... |
Topic: Power PWM module 18f2331 |
madcreator
Replies: 8
Views: 13011
|
Forum: General CCS C Discussion Posted: Fri Sep 07, 2012 12:08 pm Subject: Power PWM module 18f2331 |
#define POWER_PWM_PERIOD 1999
void main()
{
setup_power_pwm_pins(PWM_BOTH_ON, PWM_BOTH_ON, PWM_OFF, PWM_OFF);
//Frequency = Fosc / (4 * (period+1) *po ... |
Topic: Power PWM module 18f2331 |
madcreator
Replies: 8
Views: 13011
|
Forum: General CCS C Discussion Posted: Fri Sep 07, 2012 11:25 am Subject: Power PWM module 18f2331 |
I don't want the exact code, I just want someone that understand how the power pwm module work ! So I can understand it !
I have already tried coding but nothing works that why I'm posting here!
... |
Topic: Power PWM module 18f2331 |
madcreator
Replies: 8
Views: 13011
|
Forum: General CCS C Discussion Posted: Fri Sep 07, 2012 7:48 am Subject: Power PWM module 18f2331 |
Hi, I'm using the 18f2331 microcontroller from microchip and I want to use the Power Pwm module.
I need to control each PWM (PWM0,PWM1,PWM2,PWM3) independently to drive this : http://img32.imagesha ... |
|