Hi,I have need to set TIMER2 interrupt at high priority because I need a interrupt at 0.5ms. This interrupt must comes while Softdevice is enable and my device(nrf51822 beacon) is connect with NRF51822 dongle.I set timer period right,and timer2 function ok if I dont't have another interrupts. I have tried with NVIC_SetPriority(TIMER2_IRQn, 1),but don't work.Interrup comes at 0.5 ms but sometimes comes at 2-3 ms. How can I fix that interrupt to come at 0.5ms?