<?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>how many rtc use inside BLE_UART example of sdk 12...</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17335/how-many-rtc-use-inside-ble_uart-example-of-sdk-12</link><description>i m using gcc toochain setup in windows for pca10028 devlopment kit... and load BLE_UART code inside it... and now i m add onother rtc code inside it.. but it&amp;#39;s not work... so, may i know that how many rtc use inside ble_uart code.. like rtc1 use for</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Oct 2016 07:09:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17335/how-many-rtc-use-inside-ble_uart-example-of-sdk-12" /><item><title>RE: how many rtc use inside BLE_UART example of sdk 12...</title><link>https://devzone.nordicsemi.com/thread/66611?ContentTypeID=1</link><pubDate>Wed, 26 Oct 2016 07:09:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93e590df-0fff-470c-b46b-011754acd5b9</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;The nRF51422, which is found on nRF51-DK (PCA10028) board, has only 2 RTCs. See chapter 4.3 of the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf51/dita/nrf51/pdflinks/51422_ps.html?cp=3_4_0"&gt;nRF51422 Product Specification v3.2&lt;/a&gt; about Real Time Conter (RTC). When using a softdevice, access to &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.sds/dita/softdevices/s130/sd_resource_reqs/hw_block_interrupt_vector.html?cp=3_6_2_0_6_0"&gt;RTC0 is blocked&lt;/a&gt;. RTC1 is, like you mention, used by the timer library (app_timer), and you will have to use this library to use RTC1 in your application. What are you trying to accomplish?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>