<?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>I want touse TIMER3 and TIMER4 in nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11909/i-want-touse-timer3-and-timer4-in-nrf52832</link><description>I am using a development board PCA10040 with an nRF52832 
 I am running one of the examples: gpiote_pca10040 
 Everything is working fine with this line in the original example: 
 static nrf_drv_timer_t timer = NRF_DRV_TIMER_INSTANCE(0); 
 However</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 May 2016 08:05:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11909/i-want-touse-timer3-and-timer4-in-nrf52832" /><item><title>RE: I want touse TIMER3 and TIMER4 in nRF52832</title><link>https://devzone.nordicsemi.com/thread/45124?ContentTypeID=1</link><pubDate>Fri, 20 May 2016 08:05:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f2cedf4-53fc-4a92-9789-1e26e97e3150</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;added internal ticket up update Timer documentation code NRFFOETT-1387. This is not a bug but a required documentation improvement.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I want touse TIMER3 and TIMER4 in nRF52832</title><link>https://devzone.nordicsemi.com/thread/45123?ContentTypeID=1</link><pubDate>Thu, 19 May 2016 22:05:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7b03b96-b007-4e28-9ad6-23fabde04ec2</guid><dc:creator>TY</dc:creator><description>&lt;p&gt;This information should be in the documentation of the SDK, this took many hours.
Thank you anyway&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I want touse TIMER3 and TIMER4 in nRF52832</title><link>https://devzone.nordicsemi.com/thread/45122?ContentTypeID=1</link><pubDate>Tue, 16 Feb 2016 12:53:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:971a7cf2-a334-48c3-b69f-afd83e8bbfcf</guid><dc:creator>Andres</dc:creator><description>&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I want touse TIMER3 and TIMER4 in nRF52832</title><link>https://devzone.nordicsemi.com/thread/45121?ContentTypeID=1</link><pubDate>Tue, 16 Feb 2016 07:16:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88f1847e-3acb-4e93-acc7-fd86c33c3eb9</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Go to the file nrf_drv_config.h and change lines&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define TIMER3_ENABLED 0
#define TIMER4_ENABLED 0
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define TIMER3_ENABLED 1
#define TIMER4_ENABLED 1
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>