A complete tutorial of editing linker file in MCUExpresso IDE

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

A complete tutorial of editing linker file in MCUExpresso IDE

857 Views
nick_ng
Contributor I

Hi,

I am currently trying to modify a linker file for a  k66 MCU with 2 MB flash and 192K + 64K RAM.

My target is to place a small ram region ~100 Bytes of data at the end of that upper ram (192K one) , so that I can  share the data between the bootloader and the application.

Is there any tutorial and example to show how to do so?

I see there is config setting at the project property of the MCUExpresso   project, which I can use to add/modify the ram layout. But I am not sure how use it correctly...

Please help...

pastedImage_1.png 

Labels (1)
0 Kudos
1 Reply

687 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Nick Ng,

   About the MCUXpresso IDE linker file modification tutorial, please refer to this document:

  Relocating Code and Data Using the MCUXpresso IDE 

  It is very clear to help you.

Wish it helps you!

If you still have question about it, please kindly let me know.
Have a great day,
Kerry

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

0 Kudos