Hi
I need a UART interrupt handler and a timer interrupt handler to have the same priority. I know I can set the priority of the UART handler in APP_UART_FIFO_INIT(). Can I get some information about the timer handler? I have been using app_timer for this.
Thanks