<?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>RTC0 AND RTC1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23978/rtc0-and-rtc1</link><description>hi ,
I have a question about rtc.In my project ,I use rtc1 for app timer and rct0 for low_power_pwm.The problem is that I dont&amp;#39;t have any idear to enable rtc0 instead of rtc1 in the low_power_pwm .Thank you very much.And i use sdk 10.0 .</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 Aug 2017 07:57:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23978/rtc0-and-rtc1" /><item><title>RE: RTC0 AND RTC1</title><link>https://devzone.nordicsemi.com/thread/94398?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2017 07:57:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c2a3a1f-7c51-4818-9ee5-980a8facd606</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Yes, that is correct.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC0 AND RTC1</title><link>https://devzone.nordicsemi.com/thread/94399?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2017 01:36:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e10e80e-b04f-401f-96c6-0fa5f783f2b2</guid><dc:creator>anna</dc:creator><description>&lt;p&gt;Hi,Sigurd
Thank you very much .I learn something from your comment  that I can use RTC1 for app timer and low -power pwm .And am I right ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC0 AND RTC1</title><link>https://devzone.nordicsemi.com/thread/94397?ContentTypeID=1</link><pubDate>Wed, 02 Aug 2017 08:57:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d96430a-24db-4ee7-8b2d-0d7abe1ab376</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;The low-power PWM library is for applications where you don&amp;#39;t need high frequency or accuracy. The low power pwm example should be suitable for LEDs, as LEDs usually do not require that high PWM frequency. But for peripherals that need a high accuracy, you should use the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v10.0.0/lib_pwm.html"&gt;PWM library&lt;/a&gt; instead.&lt;/p&gt;
&lt;p&gt;As the low-power PWM library use the apptimer, the configuration of the apptimer determines the frequency range supported by the low-power PWM library. The &amp;quot;period&amp;quot; in the low-power PWM library is in app_timer in ticks, which depend on the prescaler of the RTC1, which is set with when you call APP_TIMER_INIT() with &lt;code&gt;APP_TIMER_PRESCALER&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC0 AND RTC1</title><link>https://devzone.nordicsemi.com/thread/94396?ContentTypeID=1</link><pubDate>Wed, 02 Aug 2017 03:24:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:794e8caf-0daf-4b43-8731-cea1262f401b</guid><dc:creator>anna</dc:creator><description>&lt;p&gt;Hi,Sigurd&lt;br /&gt;
I just want to use  low_power_pwm to control three leds .I don&amp;#39;t think it&amp;#39;s a good choice that using app_timer to control three leds .Thank you very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTC0 AND RTC1</title><link>https://devzone.nordicsemi.com/thread/94395?ContentTypeID=1</link><pubDate>Tue, 01 Aug 2017 13:53:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fd98478-a72e-4338-b938-eaee3b30863d</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The low_power_pwm library uses the app_timer (which in turn use RTC1). You can create multiple timers with the app_timer, so there is no need to use RTC0 for the low_power_pwm.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>