Programming code with BDM

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

Programming code with BDM

跳至解决方案
1,255 次查看
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,078 次查看
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,079 次查看
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 项奖励
回复