This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[nRF51422] Flash write and background scanning

Hello. Can I use flash_write example functions (nrf_nvmc_write_byte, nrf_nvmc_page_erase) after open channel on background scanning? Regards, PW.

Parents
  • you cannot access NVMC directly with nrf_nvmc functions if you are using the softdevice, as the time needed to perform the flash operation will interface with BLE activity of the softdevice. Like John mentioned you need to use sd_flash** API available in nrf_soc.h.

Reply
  • you cannot access NVMC directly with nrf_nvmc functions if you are using the softdevice, as the time needed to perform the flash operation will interface with BLE activity of the softdevice. Like John mentioned you need to use sd_flash** API available in nrf_soc.h.

Children
No Data
Related