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
  • I'm not sure what your application is doing, but if the open channel and back ground scanning involves using the softdevice stack, you will need to use radio notifications to time your accesses using those functions. Alternatively you could use the sd_flash functions that will handle the timing for you.

Reply
  • I'm not sure what your application is doing, but if the open channel and back ground scanning involves using the softdevice stack, you will need to use radio notifications to time your accesses using those functions. Alternatively you could use the sd_flash functions that will handle the timing for you.

Children
No Data
Related