<?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 HAL driver SDK15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34537/timer-hal-driver-sdk15</link><description>Hi, 
 I am trying to run a simple LED blinking program using timer 0 using HAL library. 
 in functions such as 
 
 
 
 
 nrf_timer_bit_width_set (NRF_TIMER_Type *p_reg, nrf_timer_bit_width_t bit_width) 
 
 
 
 
 
 
 
 
 nrf_timer_frequency_set (NRF_TIMER_Type</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 May 2018 11:48:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34537/timer-hal-driver-sdk15" /><item><title>RE: Timer HAL driver SDK15</title><link>https://devzone.nordicsemi.com/thread/133799?ContentTypeID=1</link><pubDate>Tue, 29 May 2018 11:48:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0159ce0d-53b5-40ea-8127-0ae62760a14d</guid><dc:creator>Niranjan Pandian</dc:creator><description>&lt;p&gt;Thank you.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer HAL driver SDK15</title><link>https://devzone.nordicsemi.com/thread/132768?ContentTypeID=1</link><pubDate>Tue, 22 May 2018 12:49:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:375662a0-ba80-4d9a-93c9-773419149a30</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;NRF_TIMER_Type is defined in the MDK. For nRF52832, it is defined in the file nrf52.h, which can be found in&amp;nbsp;nRF5_SDK_15.0.0_a53641a\modules\nrfx\mdk\nrf52.h. You should use the defined symbols&amp;nbsp;NRF_TIMERx, where x is the timer number (0-4 for nRF52832), for this argument when using the HAL functions.&lt;/li&gt;
&lt;li&gt;There are no file nrf_timer.c in the SDK, only a header file: nrf_timer.h. This HAL driver implementations can be found in&amp;nbsp;nRF5_SDK_15.0.0_a53641a\modules\nrfx\hal.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>