<?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>PWM during sleep mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39284/pwm-during-sleep-mode</link><description>Hello, 
 I am using the module nRF52840 and nRF SDK 15.2.0. I would like to start a PWM, going to sleep mode and still having the pwm running. 
 I tried combining the pwr_mgmt example and pwm_library example but when i enter in shutdown mode, the PWM</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Oct 2018 10:50:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39284/pwm-during-sleep-mode" /><item><title>RE: PWM during sleep mode</title><link>https://devzone.nordicsemi.com/thread/152189?ContentTypeID=1</link><pubDate>Tue, 09 Oct 2018 10:50:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7db40e72-ce8e-4bf9-89b4-07a5b9814ec8</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;1. It&amp;#39;s not possible to run the PWM in &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52840.ps/power.html?cp=2_0_0_4_2_2#unique_712808887"&gt;System OFF&lt;/a&gt; mode. All clock sources are powered down in this mode. However, the CPU will automatically enter System ON idle mode as long as you call the __WFE (or&amp;nbsp;sd_app_evt_wait() if softdevice is enabled) from your main loop. This will result in the lowest possible current consumption with PWM enabled.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. Yes, System ON mode&lt;/p&gt;
&lt;p&gt;3. Around 500-1000 uA depending on frequency and load&lt;/p&gt;
&lt;p&gt;4. Significantly lower current consumption, but with&amp;nbsp;lower accuracy and max. frequency.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>