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.
I have created a memory section called .myvar in ARM IRAM and would like to place a variable there using the linker .cmd file. However, I can't find the instructions for doing this in the ARM Compiler User Guide (SPNU151F). Can someone point me in the right direction?
Thx,
MikeH
Take a look at Section 5.9.5 "The DATA_SECTION Pragma" which describes how to assign a variable to the named section.