Programming code with BDM

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

Programming code with BDM

Jump to solution
787 Views
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

Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
610 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
611 Views
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 Kudos
Reply