How to keep EEPROM data when entering debug?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to keep EEPROM data when entering debug?

跳至解决方案
662 次查看
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

标记 (2)
1 解答
548 次查看
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.

在原帖中查看解决方案

1 回复
549 次查看
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.