<?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>micro second timer handler</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3846/micro-second-timer-handler</link><description>Hi, 
I am using nRF51822. I need to create a timer interrupt handler, which can trigger at 1us (microsecond). I am using Keil. Now i am using the 1 ms (microsecond) timer interrupt handler. In this case i am using APP_TIMER_TICKS to get the number of</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Sep 2014 14:41:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3846/micro-second-timer-handler" /><item><title>RE: micro second timer handler</title><link>https://devzone.nordicsemi.com/thread/13871?ContentTypeID=1</link><pubDate>Thu, 18 Sep 2014 14:41:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72337924-ac50-47fa-adb9-097975ce0e96</guid><dc:creator>Nikita</dc:creator><description>&lt;p&gt;You can use it with softdevice without any changes. You can use TIMER1 or TIMER2. TIMER0 is used by softdevice and you can&amp;#39;t use it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: micro second timer handler</title><link>https://devzone.nordicsemi.com/thread/13872?ContentTypeID=1</link><pubDate>Thu, 18 Sep 2014 13:53:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5c4a119-17ef-4bef-9625-013239ad0420</guid><dc:creator>Shiju C G</dc:creator><description>&lt;p&gt;Hi Nikita,&lt;/p&gt;
&lt;p&gt;Thank you for the reply. I have tried to execute the code and its working fine. I could create a delay of 1us using the example project. Will it make any problem if i include this timer function to the ble_app_uart project? Which timer can i used if the code is to be included in to ble_app_uart project Timer0,1or2?&lt;/p&gt;
&lt;p&gt;Thanks in advance,
Shiju&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: micro second timer handler</title><link>https://devzone.nordicsemi.com/thread/13870?ContentTypeID=1</link><pubDate>Thu, 18 Sep 2014 10:07:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:517cfda6-8797-4971-8077-eaa50cbaa84c</guid><dc:creator>Nikita</dc:creator><description>&lt;p&gt;You can use this example project as reference:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;\Nordic Semiconductor\nRF51 SDK_v6.0.0.43681\Nordic\nrf51822\Board\nrf6310\timer_example
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: micro second timer handler</title><link>https://devzone.nordicsemi.com/thread/13869?ContentTypeID=1</link><pubDate>Thu, 18 Sep 2014 09:49:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2dbc72fc-33b0-42bd-ae1f-6a81c969b276</guid><dc:creator>Shiju C G</dc:creator><description>&lt;p&gt;Hi Nikita,&lt;/p&gt;
&lt;p&gt;What i am looking for is exact delay in microsecond.In my project i have used delay nrf_delay_us. It is using repeated NOP to create 1 microsecond delay. It may change the delay if another interrupts are triggered while using the nrf_delay_us loop.Is there any sample project which uses the this 1us timer  delay implementation.&lt;/p&gt;
&lt;p&gt;thanks in advance,&lt;br /&gt;
Shiju C G&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: micro second timer handler</title><link>https://devzone.nordicsemi.com/thread/13868?ContentTypeID=1</link><pubDate>Thu, 18 Sep 2014 09:33:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f2be240-cc59-48cc-af8a-ff929b0e162d</guid><dc:creator>Nikita</dc:creator><description>&lt;p&gt;What do you want to do with 1us interrupt? You won&amp;#39;t be able to do anything with this frequent interrupts.&lt;/p&gt;
&lt;p&gt;Well, in any case, you can use one of the timers that can be run with 16/32MHz HFCLK clock source.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>