<?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>simple timer question</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13114/simple-timer-question</link><description>hi, i am going to make a simple timer with SDK 6.0.0, nrf51822 and softdevice. 
 first, i use ble_app_uart example as a base code, because i need to BLE communication with high frequency. 
 here is my simple code 
 int main(void)
{ 
 // Initialize</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Apr 2016 16:46:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13114/simple-timer-question" /><item><title>RE: simple timer question</title><link>https://devzone.nordicsemi.com/thread/50004?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2016 16:46:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f8739a4-7c79-47fa-b74b-a407b66a845b</guid><dc:creator>wooyongKim</dc:creator><description>&lt;p&gt;it works!thanks!!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: simple timer question</title><link>https://devzone.nordicsemi.com/thread/50003?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2016 15:48:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:642ce1b8-fd4e-4048-a3c6-c42b8ce1e15a</guid><dc:creator>RK</dc:creator><description>&lt;pre&gt;&lt;code&gt;NRF_TIMER2-&amp;gt;TASKS_START;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;That doesn&amp;#39;t do anything. You have several places you just reference the task like that eg&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_CLOCK-&amp;gt;TASKS_HFCLKSTART;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_POWER-&amp;gt;TASKS_CONSTLAT;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you want to trigger the task you need to write a &amp;#39;1&amp;#39; to it&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_TIMER2-&amp;gt;TASKS_START = 1;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>