Hi,
I'm using nrf51822 and SDK 6.1.
I learned how to store data with using pstorage library. but I can't register block more than 1024 bytes. (block size * block count)
but above link's sample code does store mode data than 1024 bytes. and it's saying "Also, when registering for more than a single page, registered blocks must be page aligned."
What does this mean and how?
Thanks.