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

Write in flash nrf52832 sdk 11s132 softdevice

Hi all,

i need to write in flash, and i try to use the example flash write of sdk. It works correctly but when i put it in my code, the writing register ( NRF_NVMC->CONFIG = (NVMC_CONFIG_WEN_Wen << NVMC_CONFIG_WEN_Pos);) failed.

The difference is that in my code i'm using the softdevice, how i can perform the write function in flash?

thanks, -Anna

Related