Hello,
I am using IAR embedded workbench for MSP430. I want to place a global array of ints with 10 elements, at certain RAM loacation. I read about #pragma location directive and @ operator, but they are used for only non-volatile memory spaces. Thank you in advance!