<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>Firmware needs to use three RTCs while nRF52810 has only two RTCs</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/87941/firmware-needs-to-use-three-rtcs-while-nrf52810-has-only-two-rtcs</link><description>Hello, I developed a custom PCB that uses the nRF52810 microchip, and I wrote a firmware that needs to use three RTCs. 
 The program is supposed to wake up the CPU by an RTC, and using the Soft Device S112, so the firmware needs to use three RTCs: one</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Mon, 16 May 2022 12:48:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/87941/firmware-needs-to-use-three-rtcs-while-nrf52810-has-only-two-rtcs" /><item><title>RE: Firmware needs to use three RTCs while nRF52810 has only two RTCs</title><link>https://test-devzone.nordicsemi.com/thread/368054?ContentTypeID=1</link><pubDate>Mon, 16 May 2022 12:48:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:816be14a-f392-4438-a2d2-73167a3cc027</guid><dc:creator>user6207</dc:creator><description>&lt;p&gt;You need to understand the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Flib_timer.html&amp;amp;cp=8_1_3_53"&gt;app_timer&lt;/a&gt;&amp;nbsp;to be able to use it in the firmware. This app_timer library is one of the heaviest used and well documented libraries. Most of our examples are using app_timer for low accuracy/ lower power timer functionality.&lt;/p&gt;
&lt;p&gt;You said that you already need to use the app_timer in your firmware. You just create an additional timer with the callback timeout that you need to wake the CPU.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Firmware needs to use three RTCs while nRF52810 has only two RTCs</title><link>https://test-devzone.nordicsemi.com/thread/368026?ContentTypeID=1</link><pubDate>Mon, 16 May 2022 11:27:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fb126cd-b623-4eaf-bc08-74825be1c21f</guid><dc:creator>user114723</dc:creator><description>&lt;p&gt;I don&amp;#39;t completely understand the app_timer, so can you please tell me how to&amp;nbsp;implement that? Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Firmware needs to use three RTCs while nRF52810 has only two RTCs</title><link>https://test-devzone.nordicsemi.com/thread/367955?ContentTypeID=1</link><pubDate>Mon, 16 May 2022 05:54:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ceebff49-729d-43e6-9306-5e82a59a33ff</guid><dc:creator>user6207</dc:creator><description>&lt;p&gt;Why do you need an extra RTC to wakeup the CPU? You can use the same app_timer to configure this timer to wake the CPU. Any timer expiry will generate an interrupt that wakes the CPU from sleep states.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>