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

18f67k22 sosc dig low high

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



Joined: 27 Apr 2012
Posts: 15
Location: TURKEY

View user's profile Send private message

18f67k22 sosc dig low high
PostPosted: Fri May 25, 2012 6:13 am     Reply with quote

I use 18f67k22 but I don't set port C1 for pwm.
There are something but i don't understand and i don't use for pwm or io. SOSC_LOW,SOSC_DIG,SOSC_HIGH ? How can do this?
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri May 25, 2012 12:49 pm     Reply with quote

SOSC_HIGH and SOSC_LOW are used if you use an external oscillator
circuit (crystal, etc.) for Timer1.

To use the SOSC pins as normal i/o, just select SOSC_DIG for the #fuses.

The reason you need to select SOSC_DIG, is because the default state
for the 18F67K22 is to enable SOSC_HIGH (which enables the Timer1
oscillator in high power mode). But most people don't want that.
Most people should use SOSC_DIG.
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