How to keep EEPROM data when entering debug?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to keep EEPROM data when entering debug?

ソリューションへジャンプ
700件の閲覧回数
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 解決策
586件の閲覧回数
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 返信
587件の閲覧回数
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.