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.

Non- MSPBoot linker generator?

I was wondering if there is a utility available for generating a linker command file that's NOT MSPBoot specific? I need to generate several different linker command files for different projects and having  something automate some or all of the process would speed things up tremendously. Thanks.

  • For most applications the default linker command file is acceptable or only requires a few arbitrary modifications that do not necessitate regeneration of the complete linker file. MSPBoot is the exception since it must allocate for both bootloader and application space inside of the flash/FRAM area and therefore a linker file generator was created for customers to leverage when modifying MSPBoot for their own application. There are however no other "off-the-shelf" linker command file generators provided by TI, as with MSPBootLinkerGen you could try writing your own script to help automate the process. For more information regarding linker command files:

    processors.wiki.ti.com/.../Linker_Command_File_Primer
    www.ti.com.cn/.../slau131l.pdf

    Regards,
    Ryan

**Attention** This is a public forum