2011-11-19, 23:33:06
Hi,
Config 4 contains the vital FOSC setting. It might not be possible to write that run-time. I'm not sure. I think you will have to ask Microchip about it. In the meantime you can try to remove config 4 from the hex file.
Either way it is highly recommended to not write configs unless you really really need to. Do you have a good reason?
If you need you can add your own initialization in ds30loader.s:
Mikael
Config 4 contains the vital FOSC setting. It might not be possible to write that run-time. I'm not sure. I think you will have to ask Microchip about it. In the meantime you can try to remove config 4 from the hex file.
Either way it is highly recommended to not write configs unless you really really need to. Do you have a good reason?
If you need you can add your own initialization in ds30loader.s:
Code:
;------------------------------------------------------------------------------
; User specific entry code go here, see also user exit code section at end of file
;------------------------------------------------------------------------------
Mikael