<?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>SPI power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36168/spi-power-consumption</link><description>We are using the 52840 chip SPI interface in slave mode and communicating at about 8MHz are noticing that during periods of innactivity with all systems stopped and sleeping we are seeing 15-20 microamps of current draw. I we disable the SPI port we get</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Nov 2021 10:29:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36168/spi-power-consumption" /><item><title>RE: SPI power consumption</title><link>https://devzone.nordicsemi.com/thread/338120?ContentTypeID=1</link><pubDate>Tue, 09 Nov 2021 10:29:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc0330e3-97b0-411f-9218-94d14c6ae95b</guid><dc:creator>Romain</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;For our application we need ultra low power consumption too.&lt;/p&gt;
&lt;p&gt;Previously we used the nRF8001 and were able to achieve around 15uA when there was no active communication on SPI for the whole device (MCU host + nRF), now we are more around 25-30uA in comparison.&lt;/p&gt;
&lt;p&gt;I found different posts on that topic but more based on nRF5 SDK as here.&lt;/p&gt;
&lt;p&gt;Should Zephyr/NCS better manage the SPIS to achieve near zero current (less than 5uA) or is it still necessary to disable SPIS when possible (wakeup by port interrupt on CNS pin) ?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Romain&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI power consumption</title><link>https://devzone.nordicsemi.com/thread/140203?ContentTypeID=1</link><pubDate>Mon, 16 Jul 2018 12:48:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7f0796e-701f-48d9-8928-9db13155c76a</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;The SPIS peripheral consumes about 20 uA in idle in order to detect the CSN signal. If you want lower power consumption I think the solution is to use the GPIO PORT event to trigger on the CSN pin, initialize the SPIS and then disable SPIS before going to sleep.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>