Hi,
I am currently designin one of our product with a nRF51822 QFAC included, and I need to store 17k-bytes in a non-volatile memory.
I am writing the firmware using SDK v11, and I had a look at the flashwrite example using NVMC. In this example it seems that the function is only able to write one 32 bit value on one page. So I also checked the "ble_flash" driver that looks more suitable to my application.
My questions are the following :
Is it possible to store 17kB of data in the flash ?
Could you please tell me which library is the most optimized for my case ?
PS : BLE with SoftDevice will be enabled, so it have to work with it.
Best regards,
Guillaume