Dear Sir
In nRF51822 xxAA (Ram is 16kB), softdevice(s120) is using RAM (address: 0x2000_0000 ~ RAM_R1_BASE).
I think that SoftdDevice region is used, after sd_softdevice_enable() is called.
I have 2 questions about this region.
(1) If sd_softdevice_enable() isn't called, Is SoftDevice region not used ?
(2) After (1), If I change SoftDevice region's data and call sd_softdevice_enable(), is SoftDevice working properly?
Thank you.