Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

sd_flash are events scheduled or interrupts?

Are sd_flash events NRF_EVT_FLASH_OPERATION_SUCCESS and NRF_EVT_FLASH_OPERATION_ERROR  actual events, schedule and only run when app_sched_execute is run.  Or are they run from and interrupt handler.

Basically, is the NVM event handler run in and interrupt handler?

Related