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.

MSPM0G3507: Bootloader linker script modification

Part Number: MSPM0G3507


Tool/software:

Hi,

    I'm trying to create custom bootloader and the main application. So, according to that the linker script needs to be modified and added to the corresponding projects. But I could not find the option where we add/ replace the linker script over the CCS. Can I get guidelines to do that?  

Thank you,

  • 1. build project, let syscfg generate a linker filr first.

    2. copy linker file from debug to project root folder. (device_linker.cmd)

    3. Disable linker generate in syscfg - first line

    Then you can modify the linker file in project root filder.