Preserving Memory Ranges with J-Link

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Preserving Memory Ranges with J-Link

ソリューションへジャンプ
1,052件の閲覧回数
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 解決策
1,048件の閲覧回数
ErichStyger
Specialist I

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 返信
1,049件の閲覧回数
ErichStyger
Specialist I

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 件の賞賛
返信