Hello! The S140 7.3.0 SoftDevice docs say it requires 0x27000 of flash, but the SoftDevice hex only occupies 0x26634 bytes. This leaves 2508 bytes of hopefully unused flash.
Can I use some of that remaining space to store some permanent metadata I need in my image? This would be data programmed into the device with the SoftDevice and not modified by the firmware at any point. I have ~256-512 bytes of data and I'm hoping to stick it in this space.
Thanks!