Dear all,
I am trying to preserve memory range during microcontroller programming with mcuxpresso (11.2) and Segger J-Link. I just read this article where explain how to do that for P&E Micro.
Do you have some ideas about that?
Regards
Marco
Solved! Go to Solution.
The J-Link only touches memory sectors present in your application. That way you should not need to protect a certain area?
If you don't want your binary in certain areas of the memory, you can change this in the linker script (memory map).
Or you could 'cut out' things for example with using SRecord tool.
I hope this helps,
Erich
The J-Link only touches memory sectors present in your application. That way you should not need to protect a certain area?
If you don't want your binary in certain areas of the memory, you can change this in the linker script (memory map).
Or you could 'cut out' things for example with using SRecord tool.
I hope this helps,
Erich