Hi @hari3
Please follow below steps you will make it.
1. Create a separate RAM_0 (RAM5) in MCU setting

2. Set RAM_0 as .noinit

Then build the project.
3. Define gloabl variables g_val in this NOINIT section.

4. execute download code to Flash -> run code -> reset -> step over run. You will see g_val not initialize

Hope this helps,
Jun Zhang