Preserving Memory Ranges with J-Link

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Preserving Memory Ranges with J-Link

跳至解决方案
970 次查看
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 项奖励
回复
1 解答
966 次查看
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 项奖励
回复
1 回复
967 次查看
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 项奖励
回复