Preserving Memory Ranges with J-Link

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

Preserving Memory Ranges with J-Link

Jump to solution
866 Views
MarcoGiammarini
Contributor III

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

0 Kudos
1 Solution
862 Views
ErichStyger
Senior Contributor V

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

View solution in original post

0 Kudos
1 Reply
863 Views
ErichStyger
Senior Contributor V

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

0 Kudos