2016-02-28, 13:28:23
Configuration bits are set once and once only when the pic is programmed by the pickit or whatever ICSP you use.
That is why you have to set it up in the boot loader the way you want to use it in your application.
The boot loader can not chance the configuration bits, neither can any application. Only an ICSP can.
There is also no need to set configuration bits in you application when you are using a bootloader.
That is why you have to set it up in the boot loader the way you want to use it in your application.
The boot loader can not chance the configuration bits, neither can any application. Only an ICSP can.
There is also no need to set configuration bits in you application when you are using a bootloader.