How to keep EEPROM data when entering debug?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to keep EEPROM data when entering debug?

Jump to solution
639 Views
aaronlee
Contributor V

Hi,

We are using S12ZVCA + CodeWarrier 11.

The EEPROM of S12ZVCA was erased when entering debug.

How to keep EEPROM data when entering debug?

pastedImage_1.png

Best Regards,

Aaron

1 Solution
525 Views
kef2
Senior Contributor V

Click Debug settings->Edit->Advanced Programming Options

then check Preserve this Range (Memory range N) and specify bottom and top addresses of what you want to preserve like 0x100000 0x1007FF for 2k EEPROM, and finally click Done.

View solution in original post

1 Reply
526 Views
kef2
Senior Contributor V

Click Debug settings->Edit->Advanced Programming Options

then check Preserve this Range (Memory range N) and specify bottom and top addresses of what you want to preserve like 0x100000 0x1007FF for 2k EEPROM, and finally click Done.