preserved memory range problem in KDS 3.0

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

preserved memory range problem in KDS 3.0

跳至解决方案
1,672 次查看
zhongshen
Contributor III

Hi,

 

I have the problem to preserved memory range in KDS 3.0. My system is win7 (32bits).

 

As I debug the my app with bootloader using KL16Z, I need to preserved memory range for bootloader. When I used Advance Options in debug configuration, the field for Preserve is only accept for 0 to 3, if I put 0 to 4000 there is error sign on the upright and OK button will change into grey. Is there any setting before to use this options?

 

Here is the Advance option page:

86572_86572.pngAdvanceOption.png

 

Thanks.

 

Robert

标签 (1)
0 项奖励
回复
1 解答
1,387 次查看
BlackNight
NXP Employee
NXP Employee

Hi Zong,

the memory ranges are *inclusive*.

So change the 4000

pastedImage_0.png

to 3FFF.

I hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,387 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

hi Robert,

yes the advance options have limitation.

here is the way of  how you can preserve memory ranges with the P&E GDB server:

http://mcuoneclipse.com/2014/07/13/preserving-memory-ranges-with-eclipse-and-pe-gdb-server/

can this help you?


Have a great day,
Zhang Jun

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
1,387 次查看
zhongshen
Contributor III

Hi Jun,

Thanks for your quick response.

I have seen the link your sent. But my Advance Options pages is different from that Advance Options.

How to change the Advance Options pages into the following pages(I have used all latest software packages)?

preservation-of-non-volatile-memory-in-codewarrior.png

0 项奖励
回复
1,388 次查看
BlackNight
NXP Employee
NXP Employee

Hi Zong,

the memory ranges are *inclusive*.

So change the 4000

pastedImage_0.png

to 3FFF.

I hope this helps,

Erich

0 项奖励
回复
1,387 次查看
zhongshen
Contributor III

Hi Erich,

You are right. Thanks.

Robert

0 项奖励
回复