This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

sd_flash_write internal buffer

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.

Related