<?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>Custom board with external crystal is consuming too much power when powered down</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93731/custom-board-with-external-crystal-is-consuming-too-much-power-when-powered-down</link><description>Summary: My custom board with an external crystal is consuming 208 &amp;#181;A when powered down under Zephyr, and I need to reduce it to less than 20 or so. 
 My board is based on a Fanstel BT840, and includes an external crystal and capacitors as recommended</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 20 Nov 2022 16:14:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93731/custom-board-with-external-crystal-is-consuming-too-much-power-when-powered-down" /><item><title>RE: Custom board with external crystal is consuming too much power when powered down</title><link>https://devzone.nordicsemi.com/thread/396526?ContentTypeID=1</link><pubDate>Sun, 20 Nov 2022 16:14:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33fea7bc-ae4b-44ef-ba71-95001b284685</guid><dc:creator>abvio</dc:creator><description>&lt;p&gt;Thanks so much for your advice, Einar. &amp;nbsp;You were right. The circuit board&amp;nbsp;was leaving a 3V signal on on the display, and even though the 5V VDD was powered down, the signal was drawing the extra current. After a little redesigning, the circuit is now consuming &amp;lt; 1 uA. &amp;nbsp;The Bluetooth modules were&amp;nbsp;also damaged by overheated during reflow, which confused me a bit, but your original advice helped me narrow in on the actual problem.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom board with external crystal is consuming too much power when powered down</title><link>https://devzone.nordicsemi.com/thread/395109?ContentTypeID=1</link><pubDate>Thu, 10 Nov 2022 12:45:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8fecff9-30f4-447f-8ffe-78017b34768f</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As long as the device stays in system off mode, the current consumption should be very low (in the order of 1 uA). However, there could be other parts of your board that contributes to the current consumption.&amp;nbsp;Could that be the case? Another thing to check is the state of your GPIOs. These will retain the state when entering system off mode, so for instance an output pin set to high or low will still be in that state in system off mode. Therefor, there is a need to do a bit of clean-up before entering system off mode.&lt;/p&gt;
[quote user=""]Any thoughts on how I can assure that the external crystal is being used for the clock and reduce power draw during sleep?[/quote]
&lt;p&gt;Even the LF clock is turned off in system OFF sleep mode (it is enabled in the system ON sleep mode though, which is the &amp;quot;normal&amp;quot; sleep mode). So that is not the case here. Regardless, in your config you have CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y, so you are using the crystal (when the clock is running).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>