<?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>DMA power usage and start from sleep time question</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68348/dma-power-usage-and-start-from-sleep-time-question</link><description>Hi all, I&amp;#39;ve just started moving to the nrf52840 platform from another ble module. I&amp;#39;m taking samples from a bunch of sensors at about 20 hz, since this is a battery powered device, power is very important to us.. Immediately I got the ppi/dma up and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Nov 2020 22:57:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68348/dma-power-usage-and-start-from-sleep-time-question" /><item><title>RE: DMA power usage and start from sleep time question</title><link>https://devzone.nordicsemi.com/thread/280720?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2020 22:57:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cfbfcf5-3dc6-42b0-817e-15a82a9d5541</guid><dc:creator>colin_was_here</dc:creator><description>&lt;p&gt;Thanks for the reply, sorry I just got back to this.. &lt;br /&gt;&lt;br /&gt;So I guess I&amp;#39;m wondering if you&amp;#39;ve gotten the dma to use less than 1.2ma while on? If you roam around the forums you can find lots of people having the same issue...&lt;br /&gt;&lt;br /&gt;Luckily a coworker of mine found this low power saadc example-which conveniently isn&amp;#39;t in the sdk, which boots up on the rtc, takes one sample then goes to bed, the dma is only on during the one sample I guess. so that&amp;#39;s good.. I think this will be much better..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DMA power usage and start from sleep time question</title><link>https://devzone.nordicsemi.com/thread/280000?ContentTypeID=1</link><pubDate>Sat, 14 Nov 2020 09:59:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71e1877d-d0d6-40e6-9e25-146426de2856</guid><dc:creator>Dmitry</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="95627" url="~/f/nordic-q-a/68348/dma-power-usage-and-start-from-sleep-time-question"] I&amp;#39;m pretty sure somethings broken[/quote]
&lt;p&gt;Yes, definitely something is broken.. we can guess what exactly, but with source code it would be much faster :) 1.2mA looks like always-on HFCLK due to some peripheral is working all the time (DCDC is not enabled, right?)&lt;/p&gt;
[quote userid="95627" url="~/f/nordic-q-a/68348/dma-power-usage-and-start-from-sleep-time-question"]the whole point of dma is to save power no?[/quote]
&lt;p&gt;The whole point of dma is to offload byte-copying task from cpu, so it won&amp;#39;t wake up and go through ISR just to write one byte. Yes, it shorten the peaks but shouldn&amp;#39;t change current in sleep mode.&lt;/p&gt;
[quote userid="95627" url="~/f/nordic-q-a/68348/dma-power-usage-and-start-from-sleep-time-question"]I can&amp;#39;t find it in the datasheet anywhere, does anyone have any idea if this would be better or worse than the dma??[/quote]
&lt;p&gt;I think, even an irq-driven solution is better (wake-up by interrupt is faster than full booting)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>