<?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>timer 1 exiper faster</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19577/timer-1-exiper-faster</link><description>hi all, 
 i try to use to timer to have a single press and a long press.
this my code. 
 const nrf_drv_timer_t TIMER_BUTTON = NRF_DRV_TIMER_INSTANCE(0);
const nrf_drv_timer_t TIMER_BUTTON_LONG_PUSH = NRF_DRV_TIMER_INSTANCE(1);

void TIMER_CreateDebounce</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Feb 2017 15:03:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19577/timer-1-exiper-faster" /><item><title>RE: timer 1 exiper faster</title><link>https://devzone.nordicsemi.com/thread/76161?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2017 15:03:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf75bea0-a8f8-4087-a032-eac428a0a367</guid><dc:creator>annapalu</dc:creator><description>&lt;p&gt;hi Ole,&lt;/p&gt;
&lt;p&gt;i use a nrf52 and i use a sdk 11. I understand what is the problem.&lt;/p&gt;
&lt;p&gt;timer 1 have TIMER1_CONFIG_BIT_WIDTH to 16 Bit.&lt;/p&gt;
&lt;p&gt;i change it to 32 Bit for resolve the problem.&lt;/p&gt;
&lt;p&gt;Thanks,
Anna&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: timer 1 exiper faster</title><link>https://devzone.nordicsemi.com/thread/76160?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2017 13:17:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7975ec06-6b27-48ee-b82d-934795e216a2</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;A little more information would be helpful:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What chip is this nRF51 or nRF52?&lt;/li&gt;
&lt;li&gt;What SDK are you using?&lt;/li&gt;
&lt;li&gt;What are the TIMER0 and TIMER1 configs, like the frequency; TIMERx_CONFIG_FREQUENCY. See nrf_drv_config.h or sdk_config.h (depending on which SDK you are using).&lt;/li&gt;
&lt;li&gt;What value are TIMER_DEBOUNCE_DELAY and TIMER_PUSH_TIMEOUT_MS?&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>