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

using 'nrf_nvmc_page_erase'

Hi, all

If I use softdevice, isn't it recommended to use the 'nrf_nvmc_page_erase()' ? Can you explain why?

Parents Reply Children
  • as a softdevice you just program it into the nrf chip softdevice section there is no need to change nrf_nvmc_page_erase() is a program which you write into the chip program section but not softdevice  . Not sure if you now that nrf52x have three sections dfu/application/softdevice in sdk ,softdevice cannot be modified it is in hex file not sure what you are asking about. 

Related