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

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



Joined: 24 Apr 2010
Posts: 75
Location: Islamabad

View user's profile Send private message Send e-mail

PWM
PostPosted: Thu Oct 21, 2010 11:26 pm     Reply with quote

Hi. I am using PIC16F877A. I want to control a DC motor with PWM.
Can I generate a 50Hz of signal with a CCP channel???
I am using crystal of 4MHz.
Code:

setup_ccp2(CCP_PWM);
setup_timer_2(T2_DIV_BY_16, 208, 1);

This gives me frequency of approx 300Hz.
_________________
...
John P



Joined: 17 Sep 2003
Posts: 331

View user's profile Send private message

PostPosted: Fri Oct 22, 2010 8:52 am     Reply with quote

We hate the word "impossible", but you can't do what you are trying to do. However, with a low frequency like that, you could easily write a PWM routine in software.
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