<?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>Eddystone</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64753/eddystone</link><description>Hi, 
 I&amp;#39;m trying to implement eddystone in my application, using the example. 
 The problem is the I can&amp;#39;t build my project, as I have an error regarding DRV_RTC_RTC1_INST_IDX undeclared here (not in a function). 
 I guess I need to use the config file</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Nov 2021 08:02:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64753/eddystone" /><item><title>RE: Eddystone</title><link>https://devzone.nordicsemi.com/thread/340996?ContentTypeID=1</link><pubDate>Mon, 29 Nov 2021 08:02:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4324e25a-dc54-4388-bbab-0ebcd4dbbc38</guid><dc:creator>c.tessierpiart</dc:creator><description>&lt;p&gt;I just recently had this issue.&lt;/p&gt;
&lt;p&gt;I used the ble_app_uart exemple as a foundation for my project but a coworker decided to used a peripheral ppi exemple instead. When merging the ble into the ppi (not the other way for a particular reason) I had this error concerning &lt;span&gt;DRV_RTC_RTC1_INST_IDX even though&amp;nbsp;NRFX_RTC1_ENABLED was 0 in the ble exemple.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The reason it worked on the ble was because it was enabled in the preprocessor definition via the lines :&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;APP_TIMER_V2&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;APP_TIMER_V2_RTC1_ENABLED&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps future users.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eddystone</title><link>https://devzone.nordicsemi.com/thread/264444?ContentTypeID=1</link><pubDate>Thu, 13 Aug 2020 11:44:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:631d7432-c420-403c-9cfb-f4da1684637a</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is related to your sdk_config.h file, and that the RTC1 is not properly enabled. If using nrfx directly you need to set NRFX_RTC1_ENABLED to 1 in sdk_config.h. If using the legacy drivers you need to set&amp;nbsp;RTC1_ENABLED to 1 instead. If in doubt, set both to 1 &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>