<?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>NRF52840 used Timer2 to detect count</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40429/nrf52840-used-timer2-to-detect-count</link><description>I used 
 
 
 condition: 
 const nrf_drv_timer_t m_timer2 = NRF_DRV_TIMER_INSTANCE(2); 
 nrf_drv_timer_config_t timer_config = {.frequency = NRF_TIMER_FREQ_1MHz, .mode = NRF_TIMER_MODE_TIMER, .bit_width = NRF_TIMER_BIT_WIDTH_16, .interrupt_priority = NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Nov 2018 09:52:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40429/nrf52840-used-timer2-to-detect-count" /><item><title>RE: NRF52840 used Timer2 to detect count</title><link>https://devzone.nordicsemi.com/thread/157677?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 09:52:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4aa84d6d-52ba-4f11-9df3-232d7c3af13a</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Yes, in Nordic&amp;#39;s SDKs BLE related interrupts are usually called&amp;nbsp;&lt;em&gt;something_&lt;/em&gt;handler. E.g.&amp;nbsp;ble_evt_handler().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 used Timer2 to detect count</title><link>https://devzone.nordicsemi.com/thread/157678?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 09:52:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46162cce-fc6f-4699-b90b-e35fcefbbe84</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Yes, in Nordic&amp;#39;s SDKs BLE related interrupts are usually called&amp;nbsp;&lt;em&gt;something_&lt;/em&gt;handler. E.g.&amp;nbsp;ble_evt_handler().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 used Timer2 to detect count</title><link>https://devzone.nordicsemi.com/thread/157201?ContentTypeID=1</link><pubDate>Wed, 14 Nov 2018 05:15:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97e254aa-de76-4e54-a22d-86d5b15df7be</guid><dc:creator>Ray Chiou</dc:creator><description>&lt;p&gt;Hi Martin,&lt;br /&gt;&lt;br /&gt;Can you tell me, BLE sofedevice interrupt name is (_handler)? I used the&amp;nbsp;nRF5_SDK_15.0.0&amp;nbsp;&amp;nbsp;ble_app_blinky sample code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 used Timer2 to detect count</title><link>https://devzone.nordicsemi.com/thread/157086?ContentTypeID=1</link><pubDate>Tue, 13 Nov 2018 12:50:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad7198ba-924a-40c0-bc16-76b1e0794e79</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you are using BLE you can expect to see distortion like this. The Softdevice does timing critical processing in high priority interrupts that will delay your timer&amp;nbsp;application interrupts. Please refer to the Softdevice Specification:&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.sds/dita/softdevices/s130/ble_processor_avail_interrupt_latency/ble_broadcaster_performance.html?cp=2_3_2_0_15_2_2_0"&gt;Bluetooth Low Energy Advertiser (Broadcaster) processor usage&lt;/a&gt;. As you can see, you can expect tens and hundreds of micro seconds delays when the Softdevice is active.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 used Timer2 to detect count</title><link>https://devzone.nordicsemi.com/thread/157021?ContentTypeID=1</link><pubDate>Tue, 13 Nov 2018 09:17:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abd6ddf3-1c5b-473e-936c-492b1b8286f3</guid><dc:creator>Ray Chiou</dc:creator><description>&lt;p&gt;I have used BLE function, but I don&amp;#39;t no how to do.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>