<?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>Is it a good idea to use nrf52840 as soft power latching?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63388/is-it-a-good-idea-to-use-nrf52840-as-soft-power-latching</link><description>I plan to use nrf52840 in high voltage mode (connected directly to the power source via VDDH pin) with button. 
 And I plan to use voltage regulator with EN pin (with pull-down resistor, so by default regulator is off) for external circuitry. 
 I want</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 05 Jul 2020 21:25:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63388/is-it-a-good-idea-to-use-nrf52840-as-soft-power-latching" /><item><title>RE: Is it a good idea to use nrf52840 as soft power latching?</title><link>https://devzone.nordicsemi.com/thread/258484?ContentTypeID=1</link><pubDate>Sun, 05 Jul 2020 21:25:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3b57763-2d1d-415e-ab1e-9f2fd16873af</guid><dc:creator>Mishka</dc:creator><description>&lt;p&gt;As far as I understood, there are two 3.3V regulators: one for the nRF52840, and another one for an IMU (and possible other load). The idea is to shutdown the IMU regulator from the nRF52840, right?&lt;/p&gt;
&lt;p&gt;In this case there is no need to covert logic levels indeed. This circuit should work, but please note, on shutdown all other I/O lines (if any) between the MCU and the IMU must be pulled low or disconnected. Otherwise there is a risk to supply power to the IMU through the nRF52 GPIO which may eventually destroy either IMU, MCU, or both.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it a good idea to use nrf52840 as soft power latching?</title><link>https://devzone.nordicsemi.com/thread/258464?ContentTypeID=1</link><pubDate>Sun, 05 Jul 2020 17:24:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e31366b0-d96a-4330-8541-ff7a13d0297c</guid><dc:creator>addast</dc:creator><description>&lt;p&gt;I plan to use internal and external regulator with the same output voltage - 3.3v, so I don&amp;#39;t need logic converters.&lt;br /&gt;I also plan to leave nrf52 vcc output floating, so I don&amp;rsquo;t have to deal with two vdd rails.&lt;br /&gt;IMU that I use in my project have same voltage range for both VDD and VDDIO lines (can accept 1.7-3.6v), so I will just connect both lines to external regulator.&lt;br /&gt;&lt;br /&gt;Is it a good idea with this clarifications?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it a good idea to use nrf52840 as soft power latching?</title><link>https://devzone.nordicsemi.com/thread/258448?ContentTypeID=1</link><pubDate>Sun, 05 Jul 2020 01:06:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:408948c9-69a7-4176-9e23-176ff38281a1</guid><dc:creator>Mishka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;the proposed setup leverages from the extended power capabilities of the nRF52840 (and also 833 and 820), and should just work.&lt;/p&gt;
&lt;p&gt;There are a number of things to keep an eye on though.&lt;/p&gt;
&lt;p&gt;The application is going to have two independent VDD rails. Please note, some load (for example, an accelerometer) may require separate VDD and VDDIO lines. In this case disabling the voltage regulator won&amp;#39;t remove power from the load and it still draw current from the MCU via GPIO lines such as I2C or SPI. Also, the independent rails (i.e. different voltages) will likely require logical level converters between the MCU and the circuit behind the voltage regulator (an accelerometer).&lt;/p&gt;
&lt;p&gt;Another issue may come from the input voltage range 3-4.2V. It looks like it&amp;#39;s going to be a rechargeable lithium battery with cut-off voltage Vcut = 3V. Please note, a switching DC-DC may imply some limitations to the output voltage, and the practical limit of the DC-DC may be settled somewhere at Vin + 0.3V or a above (depends on the DC-DC model). Speaking pragmatically, this is not bad at all because it will force the application to extend the battery lifetime (by preventing overdischarge), but will force the application to 3.3V or above. An LDO has no such specifics, but is less efficient (i.e. less time on battery) and transfers excess of power into heat which may eventually turn into its own issue.&lt;/p&gt;
&lt;p&gt;If the load can work from the same range as the nRF52840 it might be a better idea to look for a voltage supervisor instead of a regulator. Splitting the I/O lines may be required anyway in order to prevent powering the rest of the circuit through MCU GPIOs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>