Hello.
I am using nrf51822/SD-130/SDK-12.3 now.
In order to preserve values after reset, no init was set in the IRAM area.
The setting area is Start: 0x20007B80 / size: 0x480.

For testing, NVIC_SystemReset() is executed at regular intervals, and the value of the relevant area is checked using RTTviewer.
The results appear different in the two circumstances.
1. Softdevice download / keil rebuild and debugging condition
- Here, the value is preserved after reset.
2. Hex file download – made using build batch file (softdevice + application + bootloader)
- Here, the value is erased after reset.
- There was no special problem with the build batch file.
- I attach my batch file.
I'm looking for which problem is.
Would you give me some advice?
Thanks.

