<?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 Real Time Counter TICK and PPI question</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93540/nrf52832-real-time-counter-tick-and-ppi-question</link><description>Good afternoon, 
 I&amp;#39;m trying to understand how the RTC works on the nRF52. 
 The RTC can run when HFCLK is OFF and PCLK16M is not available 
 Section 25.5 describes the TICK event as a source for interrupts allowing the CPU to be &amp;quot;powered down&amp;quot; : is </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 Nov 2022 15:02:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93540/nrf52832-real-time-counter-tick-and-ppi-question" /><item><title>RE: nRF52832 Real Time Counter TICK and PPI question</title><link>https://devzone.nordicsemi.com/thread/393963?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2022 15:02:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efa8caeb-25e6-470a-83c9-8541742d415c</guid><dc:creator>Keltyx98</dc:creator><description>&lt;p&gt;Thank you for your quick answer.&lt;br /&gt;I will then avoid the System OFF mode since it&amp;#39;s not possible to reroute the RTC on a PPI that goes to a GPIO pin.&lt;br /&gt;Since both&amp;nbsp;COMPARE and TICK events are available at the same power consumption, I will use the COMPARE event to wake up the MCU via IRQ.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 Real Time Counter TICK and PPI question</title><link>https://devzone.nordicsemi.com/thread/393955?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2022 14:40:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9d1740d-9e8b-4d8f-9338-832af0cdf393</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can find some current consumption values for different power down modes here:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/pmu.html#unique_205654252"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/pmu.html#unique_205654252&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The nRF52 will automatically enter low power mode (and automatically stop HFCLK) when the MCU is not executing code. The nRF52 will automatically startup the HFCLK on wakeup.&lt;/p&gt;
&lt;p&gt;All the ION (System ON) values you see listed are when MCU is in low power mode (in sleep not executing code), on wakeup from ION the MCU will continue to run code from where it was put to sleep on wakeup. The MCU can wakeup on all kind of events (such as RTC etc) when in System ON mode.&lt;/p&gt;
&lt;p&gt;For all IOFF (System OFF) values the MCU will reset on wakeup, and only a few wakeup sources are available (pin, nfc, and lpcomp). There is no RTC available in IOFF. The system OFF can only be entered by calling the SYSTEM OFF command from the MCU, if the System OFF command is not called, then the chip will be in System ON.&lt;/p&gt;
&lt;p&gt;For all new development you should use the nRF Connect SDK (NCS), see:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To get started with NCS check out:&lt;br /&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>