<?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>RTC not working proper when BLE stack running</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33531/rtc-not-working-proper-when-ble-stack-running</link><description>Dear Nordic, 
 I am try to implement RTC(nrf calendar implementation) in BLE example(SDK 13.0). both are working independently fine but combination of works fails RTC when ble starting. can you help me to solve this issue (nrf52832 DK board are used)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Apr 2018 12:02:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33531/rtc-not-working-proper-when-ble-stack-running" /><item><title>RE: RTC not working proper when BLE stack running</title><link>https://devzone.nordicsemi.com/thread/128791?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 12:02:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3db775b-133d-4727-a7c1-09f36b4cc90e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;nrf5-calendar-example is by default configured to use RTC0. RTC0 is also used by the SoftDevice, so you should change the calendar example to use RTC2 instead. This&amp;nbsp; could be done in nrf_calendar.h like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define CAL_RTC                 NRF_RTC2
#define CAL_RTC_IRQn            RTC2_IRQn
#define CAL_RTC_IRQHandler      RTC2_IRQHandler&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>