Bootloader for 18F2525 HSPLL

Discuss PIC and electronic related things

Moderators: David Barker, Jerry Messina

Post Reply
liak
Registered User
Registered User
Posts: 195
Joined: Fri Oct 05, 2007 12:26 am

Bootloader for 18F2525 HSPLL

Post by liak » Thu Oct 16, 2008 2:12 pm

Dear all,
I am using PIC18F2525. I would like to enable HSPLL for the PIC. For previous chip I used, 18F4550, there is a separate bootloader for HSPLL. But for 18F2525, I don't seem to find it in the library.
I have checked the config fuses in the system file for 18F2525, there is a fuse for OSC. Does this mean I can change the config fuse to enable HSPLL?

Code: Select all

Config
              OSC = HSPLL
Regards,
Liak

liak
Registered User
Registered User
Posts: 195
Joined: Fri Oct 05, 2007 12:26 am

Post by liak » Sat Oct 18, 2008 1:53 pm

My mistake. There is no separate bootloader for HSPLL mode in PIC18F2525. Checked the system file. Use:

Code: Select all

Config OSC = HSPLL 
Liak

Post Reply