View previous topic :: View next topic |
Author |
Message |
hmmpic
Joined: 09 Mar 2010 Posts: 314 Location: Denmark
|
CCS-IDE with ICD-U64 prevent EEprom from erase? |
Posted: Thu Aug 28, 2014 7:48 am |
|
|
Hi
CCS-IDE with ICD-U64.
Is it possible to prevent EEprom form erase, when programming from CCS-IDE with ICD-U64? If it is, how to? |
|
|
jgschmidt
Joined: 03 Dec 2008 Posts: 184 Location: Gresham, OR USA
|
|
Posted: Thu Aug 28, 2014 9:47 pm |
|
|
I had this same problem with 18FxK22 series and contacted CCS about it. According to Darren Rook, this is an issue with the chip itself, not the programmer. _________________ Jürgen
www.jgscraft.com |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19539
|
|
Posted: Fri Aug 29, 2014 4:08 am |
|
|
On their actual programmers (like the Mach-X), the setting is 'inherited'. You run up CCSLoad, and and untick the option in this for 'data EE', and 'config bits'. Then exit, and run from inside the IDE, and it then doesn't erase the EEPROM. Problem is that if the config bits are selected, it has to do a full erase, so it can't then save the EEPROM.
Don't know if the same applies with the U-64, but it might be worth investigating. |
|
|
|