Hello,
Should the application guarantee that the data sent to sd_flash_write is available until it receives the callback or will the softdevice make a copy of the data in an internal buffer? Seems like using 1k RAM just for this would be a bit wasteful. Wondering if I can keep the data om the RAM stack or not.