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:
Thanks.
Robert
已解决! 转到解答。
Hi Zong,
the memory ranges are *inclusive*.
So change the 4000
to 3FFF.
I hope this helps,
Erich
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!
-----------------------------------------------------------------------------------------------------------------------
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)?