<?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>51822 TIMER compare</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2343/51822-timer-compare</link><description>Hi: 
 I use TIMER compare function, I open four channels and every channel produce interrupter.Here are some of my code:
 
 NRF_TIMER1-&amp;gt;TASKS_CLEAR = 1;
NRF_TIMER1-&amp;gt;CC[0] = value1;
NRF_TIMER1-&amp;gt;CC[1] = value2;
NRF_TIMER1-&amp;gt;CC[2] = value3;
NRF_TIMER1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 25 Apr 2014 10:11:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2343/51822-timer-compare" /><item><title>RE: 51822 TIMER compare</title><link>https://devzone.nordicsemi.com/thread/9640?ContentTypeID=1</link><pubDate>Fri, 25 Apr 2014 10:11:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:928c9f94-3010-4162-acdd-516b04d9b13e</guid><dc:creator>jixing.zou</dc:creator><description>&lt;p&gt;hi：
I have  initialise it.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;		NRF_TIMER1-&amp;gt;TASKS_STOP = 1;
		NRF_TIMER1-&amp;gt;MODE = TIMER_MODE_MODE_Timer;
		NRF_TIMER1-&amp;gt;PRESCALER = 0; 
		NRF_TIMER1-&amp;gt;BITMODE = TIMER_BITMODE_BITMODE_16Bit;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 51822 TIMER compare</title><link>https://devzone.nordicsemi.com/thread/9639?ContentTypeID=1</link><pubDate>Fri, 25 Apr 2014 10:04:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5221b95f-e88a-4e10-9c1a-ab7859ea3adb</guid><dc:creator>pascal defesche</dc:creator><description>&lt;p&gt;Did you initialise the timer?&lt;/p&gt;
&lt;p&gt;NRF_TIMER1-&amp;gt;MODE = TIMER_MODE_MODE_Timer;&lt;br /&gt;
NRF_TIMER1-&amp;gt;TASKS_CLEAR = 1;&lt;br /&gt;
NRF_TIMER1-&amp;gt;PRESCALER = 6;				// 2^(PRESCALER)
NRF_TIMER1-&amp;gt;BITMODE = TIMER_BITMODE_BITMODE_16Bit;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>