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

Which priority does softdevice set for SWI2_IRQn

  1. SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?

  2. Does sd_nvic_critical_region_enter() disable SWI*_IRQs? in other words, which interrupts will be disabled when using sd_nvic_critical_region_enter?

Related