I am developing a CAN bootloader for a P18F448 PIC and I would like to know if there is a command for writting the configuration memory of the PIC (this PIC does allow runtime configuration memory writting).
Than you.
Ttelmah Guest
Posted: Fri May 19, 2006 4:35 am
Write_configuration_memory.....
On older compilers (pre perhaps 3.230ish), you just use 'write_program_memory', with tha correct address for the configuration registers. Look in the 'readme' file in your compiler's home directory, and the help file (only updated at about 3.249), to see if your compiler supports this function.
Best Wishes
Giorgih Guest
Thank you
Posted: Fri May 19, 2006 5:26 am
In the readme file appears a write_configuration_memory command... I'll check if it works properly in my application.
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