Hello, i am using NRF 52832 QFAA In pstorage_platform.h I see
#define PSTORAGE_FLASH_PAGE_SIZE pstorage_flash_page_size()
and the return value of pstorage_flash_page_size() is 4096
but according to this answer
PSTORAGE_FLASH_PAGE_SIZE should be 1024.
Am I missing something here?