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

NRF_EVT_FLASH_OPERATION_SUCCESS is not called

static uint32_t *offset_addr = (uint32_t *)(NRF_FICR->CODEPAGESIZE * (NRF_FICR->CODESIZE-2));

Hi. I want to save sensor offset data to flash memory on chip.

I erased page 126 first, but no events were called.

I can only get 0 from the value of sd_evt_get function.

What is the problem? before handle flash memory, Softdevice has been enabled when I initialize BluetoothLE stack.

Thank you.

Parents Reply Children
No Data
Related