Solved! Go to Solution.
Hello
Basically when you start a debug session, the debugger will perform a bulk erase of the whole flash prior to sownloading the code. After a download content of the page 28 should be set to 0xFF (if you do not have anything loaded to that page.
If you have 0x00 there, you probably have some variable defined there...
If you have some constant data from a S record file that you want to store on page 0x28, you can link an existing S record file to the application using the command HEXFILE in the linker .prm file.
Please refer to the SmartLinker manual for more info on that command.
I hope this helps.
CrasyCat
Hello
Basically when you start a debug session, the debugger will perform a bulk erase of the whole flash prior to sownloading the code. After a download content of the page 28 should be set to 0xFF (if you do not have anything loaded to that page.
If you have 0x00 there, you probably have some variable defined there...
If you have some constant data from a S record file that you want to store on page 0x28, you can link an existing S record file to the application using the command HEXFILE in the linker .prm file.
Please refer to the SmartLinker manual for more info on that command.
I hope this helps.
CrasyCat