Config fuse not programmed by bootloader?

Coding and general discussion relating to the compiler

Moderators: David Barker, Jerry Messina

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

Config fuse not programmed by bootloader?

Post by liak » Fri Aug 15, 2008 7:19 am

Dear all,
I am putting this in a separate thread as I think it may be missed out by the rest of you.
I am using the microcode bootloader which came together with SF. I just want to confirm, if we set a particular config fuse such as below, will it be programmed on to the chip? I have tried the following fuses, but it seems like no effect:

Code: Select all

config CCP2MX = PORTBE
         config CP0 = On
         config CP1 = On
   
I am a bit confused :?: :oops: with the concept of bootloader and direct programming using a programmer. Can anyone explain a bit on this? Is there any reason why the above config fuses will not be implemented by the bootloader?
Or simply put, can anyone teach me how to implement code protection config fuse in SF.

Thanks.
Liak :oops:

Post Reply