This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

sd_flash_page_erase error 0x10

My environment: Softdevice S110_5.2.1 NRF51822 QFAAC0 keil version 4 Project : ble_app_proximity

leds_init();
timers_init();
gpiote_init();
buttons_init();
ble_stack_init();
bond_manager_init();

ble_stack_init return NRF_SUCCESS; then bond_manager_init calls pstorage_init On pstorage_init: ... retval = sd_flash_page_erase(PSTORAGE_SWAP_ADDR / PSTORAGE_FLASH_PAGE_SIZE); retval error code 0x10. Any suggestion is welcome.

Related