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.

Default linker file fails to link "large" code model project

Other Parts Discussed in Thread: MSP430F5438A

Using the default linker file, (lnk_msp430f5438a.cmd), code using the "large" model will fail.  Message will say that space has run out in section FLASH.

It looks like it wasn't seeing that FLASH2 was available.

A line in the command file looks strange:

    .text       : {} >> FLASH | FLASH2     /* CODE  

I changed it to single arrow:

    .text       : {} > FLASH | FLASH2     /* CODE  

And that fixed the problem.  You guys probably need to fix this the next update.

**Attention** This is a public forum