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.