<?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>NRF58122 using SPI with softdevice cannot sleep</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13042/nrf58122-using-spi-with-softdevice-cannot-sleep</link><description>I have a code using S110 with nrf51822 
 And I have a timer to trigger a SPI master get some data from module 
 It successful get the data from module (SPI) but the nrf51822 continuous costing around 5mA. (seem not sleep) 
 If I disable the SPI part</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Apr 2016 15:24:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13042/nrf58122-using-spi-with-softdevice-cannot-sleep" /><item><title>RE: NRF58122 using SPI with softdevice cannot sleep</title><link>https://devzone.nordicsemi.com/thread/49717?ContentTypeID=1</link><pubDate>Thu, 07 Apr 2016 15:24:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15a1ec01-acdf-4b04-93ae-8d7010d362c5</guid><dc:creator>John</dc:creator><description>&lt;p&gt;Yes, the SPI requires the high frequency clock and therefore will burn power even when not in use but enabled. I am using the nrf_drv_spi_uninit function in my SPI driver. But you could probably call nrf_spi_disable yourself, or even access the peripheral register directly using&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;p_spi-&amp;gt;ENABLE = (SPI_ENABLE_ENABLE_Disabled &amp;lt;&amp;lt; SPI_ENABLE_ENABLE_Pos);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>