<?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 Compare stops generating interrupts</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7036/rtc-compare-stops-generating-interrupts</link><description>I&amp;#39;m having trouble using the RTC1 COMPARE function to generate an event/interrupt when the processor has been put to sleep using sd_app_evt_wait(). 
 My configuration is as follows: 
 
 Using S110 v7.1.0 
 BLE advertising is disabled (to make sleep</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 May 2015 09:13:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7036/rtc-compare-stops-generating-interrupts" /><item><title>RE: RTC Compare stops generating interrupts</title><link>https://devzone.nordicsemi.com/thread/24847?ContentTypeID=1</link><pubDate>Mon, 18 May 2015 09:13:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:196c7863-95cc-4e97-9495-6a8385dae240</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@llyaK: I assumed you used packs for testing. The example I provided doesn&amp;#39;t use pack. You can download the SDK from this &lt;a href="https://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/"&gt;link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Try to compile ble_app_uart example included in the sdk, if it does, you can put the example ble_app_uart - RTC1 into the same place (\examples\ble_peripheral) and compile.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC Compare stops generating interrupts</title><link>https://devzone.nordicsemi.com/thread/24848?ContentTypeID=1</link><pubDate>Sat, 16 May 2015 00:44:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4934761b-9ed2-493f-acf6-a3224f22338f</guid><dc:creator>IlyaK</dc:creator><description>&lt;p&gt;I&amp;#39;m unable to compile and deploy this successfully. The included project doesn&amp;#39;t correctly link against the softdevice hex file. I get the following errors when using the provided project&lt;/p&gt;
&lt;p&gt;Rebuild target &amp;#39;nrf51422_xxac_s110&amp;#39;
compiling main.c...
......\main.c(26): error:  #5: cannot open source input file &amp;quot;nordic_common.h&amp;quot;: No such file or directory
#include &amp;quot;nordic_common.h&amp;quot;
......\main.c: 0 warnings, 1 error
compiling bsp.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;..........\bsp\bsp.c&amp;quot;: No such file or directory
..........\bsp\bsp.c: 0 warnings, 1 error
compiling bsp_btn_ble.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;..........\bsp\bsp_btn_ble.c&amp;quot;: No such file or directory
..........\bsp\bsp_btn_ble.c: 0 warnings, 1 error
compiling ble_advdata.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\ble\common\ble_advdata.c&amp;quot;: No such file or directory
............\components\ble\common\ble_advdata.c: 0 warnings, 1 error
compiling ble_advertising.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\ble\ble_advertising\ble_advertising.c&amp;quot;: No such file or directory
............\components\ble\ble_advertising\ble_advertising.c: 0 warnings, 1 error
compiling ble_conn_params.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\ble\common\ble_conn_params.c&amp;quot;: No such file or directory
............\components\ble\common\ble_conn_params.c: 0 warnings, 1 error
compiling ble_nus.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\ble\ble_services\ble_nus\ble_nus.c&amp;quot;: No such file or directory
............\components\ble\ble_services\ble_nus\ble_nus.c: 0 warnings, 1 error
compiling ble_srv_common.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\ble\common\ble_srv_common.c&amp;quot;: No such file or directory
............\components\ble\common\ble_srv_common.c: 0 warnings, 1 error
compiling app_uart_fifo.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\drivers_nrf\uart\app_uart_fifo.c&amp;quot;: No such file or directory
............\components\drivers_nrf\uart\app_uart_fifo.c: 0 warnings, 1 error
compiling nrf_delay.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\drivers_nrf\hal\nrf_delay.c&amp;quot;: No such file or directory
............\components\drivers_nrf\hal\nrf_delay.c: 0 warnings, 1 error
compiling nrf_drv_common.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\drivers_nrf\common\nrf_drv_common.c&amp;quot;: No such file or directory
............\components\drivers_nrf\common\nrf_drv_common.c: 0 warnings, 1 error
compiling nrf_drv_gpiote.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\drivers_nrf\gpiote\nrf_drv_gpiote.c&amp;quot;: No such file or directory
............\components\drivers_nrf\gpiote\nrf_drv_gpiote.c: 0 warnings, 1 error
compiling pstorage.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\drivers_nrf\pstorage\pstorage.c&amp;quot;: No such file or directory
............\components\drivers_nrf\pstorage\pstorage.c: 0 warnings, 1 error
compiling app_button.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\libraries\button\app_button.c&amp;quot;: No such file or directory
............\components\libraries\button\app_button.c: 0 warnings, 1 error
compiling app_error.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\libraries\util\app_error.c&amp;quot;: No such file or directory
............\components\libraries\util\app_error.c: 0 warnings, 1 error
compiling app_fifo.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\libraries\fifo\app_fifo.c&amp;quot;: No such file or directory
............\components\libraries\fifo\app_fifo.c: 0 warnings, 1 error
compiling app_timer.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\libraries\timer\app_timer.c&amp;quot;: No such file or directory
............\components\libraries\timer\app_timer.c: 0 warnings, 1 error
compiling app_trace.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\libraries\trace\app_trace.c&amp;quot;: No such file or directory
............\components\libraries\trace\app_trace.c: 0 warnings, 1 error
compiling nrf_assert.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\libraries\util\nrf_assert.c&amp;quot;: No such file or directory
............\components\libraries\util\nrf_assert.c: 0 warnings, 1 error
compiling retarget.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\libraries\uart\retarget.c&amp;quot;: No such file or directory
............\components\libraries\uart\retarget.c: 0 warnings, 1 error
compiling softdevice_handler.c...
&amp;quot;no source&amp;quot;: Error:  #5: cannot open source input file &amp;quot;............\components\softdevice\common\softdevice_handler\softdevice_handler.c&amp;quot;: No such file or directory
............\components\softdevice\common\softdevice_handler\softdevice_handler.c: 0 warnings, 1 error
assembling arm_startup_nrf51.s...
compiling system_nrf51.c...
&amp;quot;._build\nrf51422_xxac_s110.axf&amp;quot; - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed:  00:00:02&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC Compare stops generating interrupts</title><link>https://devzone.nordicsemi.com/thread/24846?ContentTypeID=1</link><pubDate>Fri, 15 May 2015 13:56:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ab37296-4caa-45f7-b0f3-61bfde96a608</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi IlyaK,&lt;/p&gt;
&lt;p&gt;The RTC use the LFCLK as the oscillator. But you should be fine to use the RC LFCLK for the RTC1.&lt;/p&gt;
&lt;p&gt;I wasn&amp;#39;t able to reproduce the issue you described.
I assume you don&amp;#39;t use app_timer library which also use RTC1 ?
Attached is a project that I simply toggle LED4 on the PCA10028 board by RTC1.&lt;/p&gt;
&lt;p&gt;The example is based on SDK v8.1&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_app_5F00_uart-_2D00_-RTC1.zip"&gt;ble_app_uart - RTC1.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>