<?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>error:  #20: identifier &amp;quot;NRFX_TIMER0_INST_IDX&amp;quot; is undefined</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38631/error-20-identifier-nrfx_timer0_inst_idx-is-undefined</link><description>Hi 
 I am using nRF5_SDK_15.1.0_a8c0c4d\examples\ble_peripheral\ble_app_uart &amp;amp; merged TWI sensor as well as nRF5_SDK_15.1.0_a8c0c4d\examples\peripheral\saadc. TWI works well after merging but SAADC gives error: 
 
 Consider, 
 
 I have checked this post</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Sep 2018 08:22:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38631/error-20-identifier-nrfx_timer0_inst_idx-is-undefined" /><item><title>RE: error:  #20: identifier "NRFX_TIMER0_INST_IDX" is undefined</title><link>https://devzone.nordicsemi.com/thread/149168?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 08:22:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20fd4d93-aa27-4785-8b69-d07c5b2ae272</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Do you have the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/group__nrf__drv__timer__config.html?cp=4_0_0_6_9_0_26_0_0"&gt;legacy TIMER driver configs&lt;/a&gt; in your sdk_config.h file? If you do, you need to completely remove these configs from the file in order for the NRFX_TIMER configs to not be overwritten by apply_old_config.h.&lt;/p&gt;
&lt;p&gt;Also note that you cannot use TIMER0 in an application that use the softdevice. The &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.sds/dita/softdevices/s130/sd_resource_reqs/hw_block_interrupt_vector.html?cp=2_3_2_0_6_0"&gt;softdevice use TIMER0 instance&lt;/a&gt;, and use of this is blocked for user application. TIMER1-4 is available and can be used.&lt;/p&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>