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.

AM2732: I want to configure NOINIT Ram for few variables

Part Number: AM2732

Hello TI Team,

I am configuring NOINIT RAM by using pragma but variables are initialized after reset.

#pragma NOINIT(x)
#pragma location = 0x00147400 // memory address in RAM
uint32 x;

I have also tried changing linker file to add noinit section but its not working.

I have check on forum also but didnt worked https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1077304/tms570lc4357-no-init-memory-on-reset-for-storing-reset-information

Could you please provide support to configure noinit in our project.