CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: pwm using dspic30f2010
messer

Replies: 3
Views: 6063

PostForum: 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

PostForum: 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

PostForum: 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
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group