Hello, we are creating a nordic peripheral using an nrf52832 and SoftdDevice S112 and SDK 16.0. We need to store quite a bit of data non-volatilely, at a fairly fast rate.
A loong time ago, in an SDK version far far away, we created some configuration storage into one of our peripheral devices using a "pstorage"API which contained function calls like sd_flash_page_erase and sd_flash_write.
I assume there are new APIs, and looking at the documentation
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Findex.html
I see "experimental: flash data" and "experimental: flash storage"
I have to admit I'm a little nervous because of that word "experimental". Is there no ready-for-prime-time nonvolatile storage API that is part of the softdevice? What is the recommended approach for Nordic developers?
Thanks for any insight.