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

Access flash memory using SoftDevice

hi,

How can I access flash memory of nRF52840 while using softdevice ?

I just want to read and update two integer values? is there any simple way to do this?

Thank you !

Parents
  • hi

    The flash memory accesses are scheduled to not disturb radio events.  If the protocol radio events are in a critical state, flash memory accesses may be delayed for a long period resulting in a time-out event. In this case, NRF_EVT_FLASH_OPERATION_ERROR will be returned in the application event handler. If this happens, retry the flash memory operation. Examples of typical critical phases of radio events include connection setup, connection update, disconnection, and impending supervision time-out.

Reply
  • hi

    The flash memory accesses are scheduled to not disturb radio events.  If the protocol radio events are in a critical state, flash memory accesses may be delayed for a long period resulting in a time-out event. In this case, NRF_EVT_FLASH_OPERATION_ERROR will be returned in the application event handler. If this happens, retry the flash memory operation. Examples of typical critical phases of radio events include connection setup, connection update, disconnection, and impending supervision time-out.

Children
No Data
Related