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

Different IRQ priority levels

Hi,

system info:

  • SDK: v6.0.0.43681
  • S110 V7.0.0
  • nRF51822 Rev.2

I’m using a ~4ms one shot timer (using the timer library) which is being started in the RADIO_NOTIFICATION_IRQHandler(). In the timer_timeout_handler() I’m starting an ADC measurement, now my question: The ADC IRQ priority is configured as sd_nvic_SetPriority(ADC_IRQn, NRF_APP_PRIORITY_HIGH);, could this combination cause a problem/error because the RTC1_IRQn in the app_timer.c is configured with APP_IRQ_PRIORITY_LOW?

Parents Reply Children
No Data
Related