<?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>nrf52832 system on sleep from rtc</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44846/nrf52832-system-on-sleep-from-rtc</link><description>Hi, 
 i am working with nRF52832, i need to us sleep.it may be do somthing and sleep 40ms,rtc wake up it and do somthing and cycle. 
 i see the rtc example but it may be some thing wrong.i do not have 32.768Khz crystal oscillator. do you have the same</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Oct 2019 02:47:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44846/nrf52832-system-on-sleep-from-rtc" /><item><title>RE: nrf52832 system on sleep from rtc</title><link>https://devzone.nordicsemi.com/thread/214483?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 02:47:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8dae5726-fb6c-486e-8cf0-76a2f8b19f58</guid><dc:creator>jwx</dc:creator><description>&lt;p&gt;I&amp;nbsp;use&amp;nbsp;rtc2，it&amp;nbsp;can&amp;#39;t&amp;nbsp;wake&amp;nbsp;up&amp;nbsp;the&amp;nbsp;system。but use&amp;nbsp;rtc0&amp;nbsp;is&amp;nbsp;ok，is&amp;nbsp;this&amp;nbsp;right？&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 system on sleep from rtc</title><link>https://devzone.nordicsemi.com/thread/177289?ContentTypeID=1</link><pubDate>Wed, 20 Mar 2019 10:41:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47c7e650-3186-4d03-8aae-876f18b0a539</guid><dc:creator>tangyu</dc:creator><description>&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; I replaced the RTC with a timer.Enable the timer to go to sleep after&lt;span&gt;, timer interrupt after the wake - up disabled timer.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 system on sleep from rtc</title><link>https://devzone.nordicsemi.com/thread/176463?ContentTypeID=1</link><pubDate>Fri, 15 Mar 2019 14:51:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e76da18-0019-43a2-85e1-2805ebf8c871</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It seems that the program never wakes up from sleep because the interrupt is not enabled. Instead of calling&amp;nbsp;&lt;span&gt;nrf_drv_rtc_enable&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;&amp;amp;&lt;/span&gt;&lt;span&gt;&lt;span&gt;rtc) in&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;rtc_enable(), try calling&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;nrf_drv_rtc_tick_enable&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;&amp;amp;&lt;/span&gt;&lt;span&gt;rtc,&lt;/span&gt;&lt;span&gt;true&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;void rtc_enable(void)
{
	nrf_drv_rtc_counter_clear(&amp;amp;rtc);
    nrf_drv_rtc_tick_enable(&amp;amp;rtc,true);
	mcuInSleep = true;
}&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jared&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 system on sleep from rtc</title><link>https://devzone.nordicsemi.com/thread/176321?ContentTypeID=1</link><pubDate>Fri, 15 Mar 2019 04:04:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc2fe499-6caf-4569-999c-5e2b1eb827ba</guid><dc:creator>tangyu</dc:creator><description>&lt;p&gt;Hi，&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="transSent"&gt;I&amp;#39;m working on a project that USES nRF52832&amp;#39;s sleep mode.&lt;/span&gt;&lt;span class="transSent"&gt;The flow chart is as follows.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="transSent"&gt;The above code is my experimental sleep program, but will not be RTC wake up after sleep.&lt;/span&gt;&lt;span class="transSent"&gt;Is my RTC and sleep mode used correctly?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="transSent"&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/272x739/__key/communityserver-discussions-components-files/4/QQ_2A62FE56_20190315120120.jpg" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="transSent"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;My test code, RTC does not wake up the sleeping MCU.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 system on sleep from rtc</title><link>https://devzone.nordicsemi.com/thread/176187?ContentTypeID=1</link><pubDate>Thu, 14 Mar 2019 13:09:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7400f6e0-cbba-4ed2-a8b0-a2628f777805</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure I understand what the problem is. Could you elaborate?&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>