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 began to write a piece of code using the pstorage library, but I noticed that it seems that we can only store 2 pages of 1024 bytes (so 2k bytes) with pstorage.
Could you please tell me if it is possible to store 17k bytes of data with pstorage, and how to make sure, by tuning the number of flash pages available, number of applications, etc..., that the code will work ?
PS : BLE with SoftDevice S130 will be enabled, so it have to work with it. I use SDK v11.
Best regards,
Guillaume