<?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 on nrf52 with mbed consumes to much current.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24322/pwm-on-nrf52-with-mbed-consumes-to-much-current</link><description>Hi, I wonder why my pwm uses so much power in WFI mode. It uses around 470uA and when I do not use pwm that current is around 1.8uA. I tried to disable pwm but without success. Here&amp;#39;s the code with simple example for what I have tried. I tried to disable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Aug 2017 10:43:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24322/pwm-on-nrf52-with-mbed-consumes-to-much-current" /><item><title>RE: PWM on nrf52 with mbed consumes to much current.</title><link>https://devzone.nordicsemi.com/thread/95760?ContentTypeID=1</link><pubDate>Mon, 14 Aug 2017 10:43:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b960353e-3943-4878-86f5-4a7bdf779d04</guid><dc:creator>flip-flop</dc:creator><description>&lt;p&gt;I know the answer =) I forgot to disable pwm itself :D&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_PWM0-&amp;gt;TASKS_STOP = 1;
NRF_PWM1-&amp;gt;TASKS_STOP = 1;
NRF_PWM2-&amp;gt;TASKS_STOP = 1;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>