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.

TI-CGT: How to change the top of stack / linker command manual?

Part Number: TI-CGT
Other Parts Discussed in Thread: MSP430FR5969

I'm using an MSP430FR5969 with the compiler ti-cgt-msp430_18.12.4.LTS, and I'd like use the alternative vector table location, which is the top of the RAM. In the generated linker command file I'm seeing the following line in the sections:

.stack      : {} > RAM (HIGH)           /* Software system stack             */

Based on that the stack is also starting from the top of the RAM. As a linker option I know how to set the size of the stack, but how change the starting address? The original RAM range is 0x1C00 - 0x2400, ideally I'd change the stack to start from 0x2388, and the vector table would be at 0x2390 - 2400.

Anyway is there any documentation which describes the linked command file in detail? I've only found this, but it doesn't dive too deeply: software-dl.ti.com/.../sdto_cgt_Linker-Command-File-Primer.html