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

PIC18F2515 - Internal OSC and PLL

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



Joined: 22 Feb 2006
Posts: 65

View user's profile Send private message

PIC18F2515 - Internal OSC and PLL
PostPosted: Thu Jun 28, 2007 2:37 pm     Reply with quote

Hi all!
I have a small question.
How can use the internal oscillator that runs at 8MHz and the 4xPLL to make my run at 32MHz?
Or it's that possible?
Thank you.
mskala



Joined: 06 Mar 2007
Posts: 100
Location: Massachusetts, USA

View user's profile Send private message

PostPosted: Thu Jun 28, 2007 2:47 pm     Reply with quote

I did this on the 18F4520. I believe it will work on the whole family that has the PLL.
kevcon



Joined: 21 Feb 2007
Posts: 142
Location: Michigan, USA

View user's profile Send private message

PostPosted: Thu Jun 28, 2007 2:59 pm     Reply with quote

Use the following fuse settings

Code:

#FUSES INTRC
#FUSES H4

or
Code:

#FUSES INTRC_IO
#FUSES H4
tavioman



Joined: 22 Feb 2006
Posts: 65

View user's profile Send private message

PostPosted: Fri Jun 29, 2007 2:26 am     Reply with quote

Thanks
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