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