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

Timer and UART handler

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

Related