I have some troubles with storing data into the EEprom of a 12F675
CCloader does not accept the following instruction:
#rom 0xf2100={0x85}
According the CCloader File Info the file is CORRUPT.
Adress F2100 is out of range.
Other programmers don't have any problem with the Eeprom data table.
When I remove the #rom command I can program the controller without any problem.
What can I do?
You can try it by just adding the following command to your code
#rom 0xf2100={0x85}
Best regards,
Bas
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Mon May 25, 2009 2:02 pm
Quote:
#rom 0xf2100={0x85}
According the CCloader File Info the file is CORRUPT.
Adress F2100 is out of range.
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