Fuses for non-standard programmer
Posted: Thu Mar 01, 2007 12:05 am
I use an Xwisp programmer which assumes the fuses to be in the hex file.
In my program I've added a C box at the very beginning of the program with the following content:
/* fuses
asm __config 0x3f32
*/
While downloading the programmer complains and says it cannot find fuses in the hex file. I don't read hex but I checked the asm file, and I can't find the config line in the asm file. It is still present in the c file.
So, what am I doing wrong in order to get the fuses (config) in the hexfile?
Any help would be appreciated. I use the V3 (3.1.0.31) 30 day evaluation versiopn.
Bert
In my program I've added a C box at the very beginning of the program with the following content:
/* fuses
asm __config 0x3f32
*/
While downloading the programmer complains and says it cannot find fuses in the hex file. I don't read hex but I checked the asm file, and I can't find the config line in the asm file. It is still present in the c file.
So, what am I doing wrong in order to get the fuses (config) in the hexfile?
Any help would be appreciated. I use the V3 (3.1.0.31) 30 day evaluation versiopn.
Bert