Author |
Message |
Topic: pwm using dspic30f2010 |
messer
Replies: 3
Views: 6063
|
Forum: General CCS C Discussion Posted: Tue Nov 30, 2010 10:12 am Subject: pwm using dspic30f2010 |
1) Read the header of this Forum. Top right corner sections 2, and 3, in the little box. This is _not_ CCS support.
2) On your chip, you need to add a #pin select statement, to tell the chip what p ... |
Topic: pwm using dspic30f2010 |
messer
Replies: 3
Views: 6063
|
Forum: General CCS C Discussion Posted: Tue Nov 30, 2010 9:58 am Subject: Re: pwm using dspic30f2010 |
My program:
#include <30F2010.h>
#fuses HS,NOWDT
#device ADC=10
#use delay(clock=20000000)
void main(void)
{
setup_timer2(TMR_INTERNAL | TMR_DIV_BY_1, 0xFFC0 ... |
Topic: pwm using dspic30f2010 |
messer
Replies: 3
Views: 6063
|
Forum: General CCS C Discussion Posted: Tue Nov 30, 2010 9:44 am Subject: pwm using dspic30f2010 |
Hi!
I have pcd version 4.088.
I use ex_pwm.c, but here example program is not working. Because not pwm signal for pwm output.
Please send me new version ex_pwm.c.
Thank you |
|