<?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>How to set timer priority?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2398/how-to-set-timer-priority</link><description>Hi, 
 I need the 16 bit timer1 to have high priority, how do i set this to a high priority? And what priority does it have in my case when i use:
 NVIC_EnableIRQ(TIMER1_IRQn); 
 Regards,
Pascal</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 Apr 2014 15:02:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2398/how-to-set-timer-priority" /><item><title>RE: How to set timer priority?</title><link>https://devzone.nordicsemi.com/thread/9774?ContentTypeID=1</link><pubDate>Wed, 30 Apr 2014 15:02:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c746880c-85bc-43bc-b333-f3705459681a</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The default priority level (if not running with the Softdevice) is 0:
&lt;a href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0497a/CIHIGCIF.html"&gt;infocenter.arm.com/.../index.jsp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can change the interrupt priority by calling NVIC_SetPriority(TIMER0_IRQn, pri), where pri is from 0 (highest priority) to 3 (lowest).&lt;/p&gt;
&lt;p&gt;Best regards
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>