<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Timer and UART handler</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48116/timer-and-uart-handler</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Jun 2019 13:05:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48116/timer-and-uart-handler" /><item><title>RE: Timer and UART handler</title><link>https://devzone.nordicsemi.com/thread/190793?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2019 13:05:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f9dbf57-609c-49cd-9ebd-3e61723d9461</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Swaroop&lt;/p&gt;
&lt;p&gt;You can set the interrupt priority of the app_timer in sdk_config.h using the APP_TIMER_CONFIG_IRQ_PRIORITY. This was implemented in&amp;nbsp;SDK versions 13 and newer.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>