Hi,
While the softdevice is active (nRF51822) available interrupt priorities are:
typedef enum { NRF_APP_PRIORITY_HIGH = 1, NRF_APP_PRIORITY_LOW = 3 } nrf_app_irq_priority_t;
- Can I use interrupt priority = 2?
- SVC priority is 2, is it true? So I could't use Softdevice api-functions in interrupt handlers with NRF_APP_PRIORITY_HIGH priority?
- What does define "#define NRF_APP_PRIORITY_THREAD 4" in app_util.h mean?
Artem Z. Best Regards