Programming code with BDM

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

Programming code with BDM

ソリューションへジャンプ
1,253件の閲覧回数
lsi
Contributor I

With P&E BDM, when we download software into flash memory (HCS12 or S08) is there a way to keep un-erase some specific flash pages?  In our design, these pages are used for calibration parameters and we dont want to enter them each time we upgrade the device software.

Thanks

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,076件の閲覧回数
kef
Specialist I

On MCU's with more than one flash array or flash+EEPROM you can make debugger not erasing specific flash arrays or EEPROM. On others and in case you need to protect just one sector of flash use save-restore method using debugger *.cmd files:

 

https://community.freescale.com/thread/92804

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,077件の閲覧回数
kef
Specialist I

On MCU's with more than one flash array or flash+EEPROM you can make debugger not erasing specific flash arrays or EEPROM. On others and in case you need to protect just one sector of flash use save-restore method using debugger *.cmd files:

 

https://community.freescale.com/thread/92804

0 件の賞賛
返信