This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LP-MSPM0G3507: device_linker.lds

Part Number: LP-MSPM0G3507
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello.

I want to change this:

MEMORY
{
FLASH (RX) : ORIGIN = 0x00000000, LENGTH = 0x00020000
SRAM (RWX) : ORIGIN = 0x20200000, LENGTH = 0x00008000
BCR_CONFIG (R) : ORIGIN = 0x41C00000, LENGTH = 0x00000080
BSL_CONFIG (R) : ORIGIN = 0x41C00100, LENGTH = 0x00000080
}

Since this generated, I can't see how to change it ?

There seem to be no options .syscfg ???

Regards

Phil

  • Hi Phil,

    You'll have to create a new linker file, (.cmd)

    1. Right click the project and select new -> file
    2. Create a file with the .cmd format, ex: linker.cmd
    3. Go into the generated source folder and copy and paste the information from the device_linker.cmd file into your new linker.
    4.  Adjust the values you want
    5. Go into sysconfig -> Project Configuration files and uncheck "Linker File Generation"
    6. Build project

    Regards,
    Luke