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 1 match
CCS Forum Index
Author Message
  Topic: Problem with Motor Pwm Module commands on PCWHD V.4.104
idjanos

Replies: 3
Views: 8106

PostForum: General CCS C Discussion   Posted: Wed Mar 31, 2010 3:18 pm   Subject: Problem with Motor Pwm Module commands on PCWHD V.4.104
You must initialize the PWM timebase.

#int_PWM1 //it works with dsPIC30F2010 but you sould look at the .h file
void main(){
enable_interrupts(INT_PWM1);
setup_motor_pwm( ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group