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 support@ccsinfo.com

PWM output override.. (pic184431)

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
chibi41



Joined: 16 Apr 2012
Posts: 12

View user's profile Send private message

PWM output override.. (pic184431)
PostPosted: Fri Apr 20, 2012 12:05 am     Reply with quote

hello,

I didn't understand how to use this modes. Before this, I try to generate several ordinary pwm signals just by using the modes PWM_FREE_RUN and for pwm pins PWM_COMPLEMENTARY for every modules..and of course it is work very well. But then, in my project I need pwm signals with the phase sequence as we can see in datasheet subtopic 17.10.3. So then, in datasheet it said that we must used pwm override in order to get this signals. But when I simply put this mode together with the mode PWM_FREE_RUN, it doesn't work and just displays the signals the same as earlier. After that, I try to change the syntax setup_power_pwm(PWM_FREE_RUN 1, 0, POWER_PWM_PERIOD, 0, 0,63); to set_power_pwm_override(1,true,1); But it display nothing. Am I wrong? I am very grateful if somebody can explain to me about these modes..Smile
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group