<?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>Beacon and rtc combination errors</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54713/beacon-and-rtc-combination-errors</link><description>I have an issue with the NRF beacon code combining with the NRF rtc code. 
 I want to set up a bluetooth advertisement with an incrementing value. Therefore, want a timer function to increment a variable e.g. an Int. 
 I have got the beacon code to work</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Nov 2019 13:57:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54713/beacon-and-rtc-combination-errors" /><item><title>RE: Beacon and rtc combination errors</title><link>https://devzone.nordicsemi.com/thread/221586?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2019 13:57:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a80208b-fead-4034-a2fd-e82176ac37b8</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;It seems like there is a collision between the source files&amp;nbsp;&lt;em&gt;nRF5_SDK_15.3.0_59ac345\components\libraries\timer\app_timer.c&lt;/em&gt; and&amp;nbsp;&lt;em&gt;nRF5_SDK_15.3.0_59ac345\components\libraries\timer\experimental\app_timer2.c.&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Remove the files app_timer2.c&amp;nbsp;and&amp;nbsp;&lt;em&gt;drv_rtc.c&amp;nbsp;&lt;/em&gt;from the Project Explorer window and remove&amp;nbsp;&lt;em&gt;nRF5_SDK_15.3.0_59ac345\components\libraries\timer\experimental &lt;/em&gt;from paths&lt;/li&gt;
&lt;li&gt;Add&amp;nbsp;&lt;em&gt;app_timer.c&lt;/em&gt;&lt;span&gt;&amp;nbsp;to the Project Explorer window and&amp;nbsp;&lt;em&gt;nRF5_SDK_15.3.0_59ac345\components\libraries\timer&amp;nbsp;&lt;/em&gt;to paths&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>