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.

Non initialization for MSMCSRAM variables using 7.2 compiler version

Hi,

I defined for my application arrays in MSMCSRAM using #pragma DATA_SECTION .....

I want to avoid system initialization of those variables. I tried to use #pragma NOINIT(x), but I received warning that NOINIT is not recognized by the compiler.

I saw in the compiler version that I'm using (7.2) doesn't support the NOINIT pragma command. I'm using EABI.

I not possible for me to install the 7.4 compiler version instead of the oldone.

Please, could you tell me how to avoid variable initialization using the old compiler version?

Thanks.

 

C. Garcia.