I have a design using nRF52832, and I'm hoping to use RAM set before a pin reset is applied. But, at least with a debugger attached, RAM appears to be randomised through a reset.
This is with the S132 softdevice present. I can keep noinit through a soft reset, not a pin reset.
I've tried setting RAM[n].S0RETENTION/S1RETENTION, but those get reset when the pin reset hits.
Does the nRF52832 not keep RAM through a pin reset? Is there some way I can do this?