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.

Placing Code into Specific Section using MSPGCC toolchain



I am converting my code to TI MSP GCC compiler and I am trying to figure out how to place code into a specific memory section, for example, using TI C/C++ compiler I used the following pragma:

#pragma SET_CODE_SECTION(".BSL")

#pragma SET_CODE_SECTION()

How do you accomplish for MSP GCC?