preserved memory range problem in KDS 3.0

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

preserved memory range problem in KDS 3.0

Jump to solution
1,690 Views
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

Labels (1)
0 Kudos
Reply
1 Solution
1,405 Views
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

View solution in original post

0 Kudos
Reply
4 Replies
1,405 Views
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 Kudos
Reply
1,405 Views
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 Kudos
Reply
1,406 Views
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 Kudos
Reply
1,405 Views
zhongshen
Contributor III

Hi Erich,

You are right. Thanks.

Robert

0 Kudos
Reply