<?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>Queries on Current measurement &amp;amp; how to reduce the same</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49377/queries-on-current-measurement-how-to-reduce-the-same</link><description>Hello, 
 
 In addition to previous ticket I have further queries. I have a stringent requirement for reduction of Current consumption. 
 https://devzone.nordicsemi.com/support/230962 
 
 
 1) In ‘ble_app_blinky’ since SoftDevice is enabled, whether DCDC</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Jul 2019 12:20:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49377/queries-on-current-measurement-how-to-reduce-the-same" /><item><title>RE: Queries on Current measurement &amp; how to reduce the same</title><link>https://devzone.nordicsemi.com/thread/196539?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2019 12:20:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:933d639d-b998-450c-9d12-e60a8035f994</guid><dc:creator>beemavishnu</dc:creator><description>&lt;p&gt;Some how I am not able to do &amp;quot;Verify Answer&amp;quot; for Einar response&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Queries on Current measurement &amp; how to reduce the same</title><link>https://devzone.nordicsemi.com/thread/196537?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2019 12:16:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d698c3d-2c55-4b88-9af6-4820c81c89c2</guid><dc:creator>beemavishnu</dc:creator><description>&lt;p&gt;After disabling&amp;nbsp;NRF_LOG_ENABLED I am able to measure 2-3 micro amp.&lt;/p&gt;
&lt;p&gt;Thanks a lot for Einar and Simon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Queries on Current measurement &amp; how to reduce the same</title><link>https://devzone.nordicsemi.com/thread/196536?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2019 10:55:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17545059-1542-46f3-b630-cdd0dedc8e0b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
[quote user="beemavishnu"]configure GPIOs to proper level before going to System ON mode (Sleep mode).[/quote]
&lt;p&gt;1. Aren&amp;#39;t you going to system OFF mode to sleep?&amp;nbsp; You should not configure the wake-up buttons to the default state if you want them to work as wake-up buttons.&lt;/p&gt;
&lt;p&gt;2. In system OFF mode the only things that can awaken the chip is an external signal like the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The DETECT signal, optionally generated by the GPIO peripheral&lt;/li&gt;
&lt;li&gt;The ANADETECT signal, optionally generated by the LPCOMP module&lt;/li&gt;
&lt;li&gt;The SENSE signal, optionally generated by the NFC module to “wake-on-field”&lt;/li&gt;
&lt;li&gt;A reset&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So you will have to leave your device in System ON mode if you want to use a timer to wake it up.&lt;/p&gt;
&lt;p&gt;3. You check/set what clock you&amp;#39;re using in the sdk_config.h file by way of the LF_SRC defines. These are set to the external LF clock by default in the ble_app_blinky example.&lt;/p&gt;
&lt;p&gt;Your measurements seem to have quite a bit of interference, how does your measurement setup look?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Queries on Current measurement &amp; how to reduce the same</title><link>https://devzone.nordicsemi.com/thread/196535?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2019 07:41:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:083ea9d8-2609-446a-a8b0-16b0985c8dbb</guid><dc:creator>beemavishnu</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For testing I kept below code in my custom board and I am seeing Sleep current as 2 micro amp.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;pre class="ui-code" data-mode="text"&gt;    while(1)
    {
        __WFE();
        __SEV();
        __WFE();    // Puts the CPU to sleep
    }&lt;/pre&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;/p&gt;
&lt;p&gt;But with our actual code, device will sleep and wake up every 5 seconds. In between 5 seconds, device will be in sleep mode. In sleep mode my board is consuming 300 micro amp.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1) Do I need to configure GPIOs to proper level before going to System ON mode (Sleep mode).&amp;nbsp; There are&amp;nbsp;2 GPIOs configured&amp;nbsp;to wakeup device using&amp;nbsp;buttons_init(). Even in middle of sleep, if there is a button press, device should wakeup from sleep (Apart from periodic wakeup).&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;a) As you mentioned unused pins are configured the same as&amp;nbsp;nrf_gpio_cfg_default(). So I did not configure unused pins.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;/p&gt;
&lt;p&gt;2) Also app_timer_init() is used. Using this, we want to wakeup every 5 seconds and do some operations. Whether running RTC will consume 300 micro Amp current.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;3) I have taken ble_app_blinky example. I am not sure whether internal clock or external crystal is enabled. Please let me know where to check.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Whether all those will consume 300 micro Amp. Below is the snapshot using Power Analyzer.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;We have a very stringent requirement on current consumption. With out code sleep current should be at max 5 micro amp, but it is too high. Please let me know your inputs.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-59978ab91d2840808509a0e812a0e3cc/pastedimage1562225571265v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;
&lt;p&gt;Vishnu Beema&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Queries on Current measurement &amp; how to reduce the same</title><link>https://devzone.nordicsemi.com/thread/196534?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2019 09:20:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4fbb695d-c8e9-4651-8df5-5ab42db55662</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;1. To do this you would have to measure the DK as an external board described in the &lt;a href="https://infocenter.nordicsemi.com/pdf/PPK_User_Guide_v2.3.1.pdf"&gt;PPK user guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;2. You can, of course, but it wouldn&amp;#39;t be necessary as unused pins would be in the default state by default.&lt;/p&gt;
&lt;p&gt;4. I think you&amp;#39;re misunderstanding that statement. When using the UART it needs RTS and TXD to be outputs to work. When the system goes to system OFF, you would disable the UART, wherein the pins are set to the default state, and won&amp;#39;t draw power in system OFF.&lt;/p&gt;
&lt;p&gt;9. No, you can&amp;#39;t use a 1Ohm resistor, that is not how that calculation will work.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;10. You should be able to measure current using your power analyzer. Have you done what is stated in section 6.7.1 Preparing the development kit board, in the &lt;a href="https://infocenter.nordicsemi.com/pdf/nRF52_DK_User_Guide_v1.3.pdf"&gt;DK user guide&lt;/a&gt;? You could also use any other of the current measurement tools stated in the user guide.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Queries on Current measurement &amp; how to reduce the same</title><link>https://devzone.nordicsemi.com/thread/196533?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2019 15:46:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab08d2b0-7107-4aa4-b6a5-a1d4bb602de1</guid><dc:creator>beemavishnu</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thank you for your inputs. I have further queries.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1.a)&amp;nbsp;Assume if I want to measure Current consumption for entire Development kit rather than just Nordic chip, how to do. Any changes to be done on Development kit without using Power Profile kit.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2.a) For unused pins whether can I call pins using pins_to_default().&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;4.a) I am trying to understand below statement. If RTS and TXD to be configured as Output before going to System OFF mode, but pins_to_default() will configure RTS and TXD as inputs. Below statement and code is contradicting.&lt;/p&gt;
&lt;p&gt;“To secure correct signal levels on the pins by the UARTE when the system is in OFF mode, the pins must be&lt;/p&gt;
&lt;p&gt;configured in the GPIO peripheral as described in &lt;em&gt;Table 81: GPIO configuration before enabling peripheral &lt;/em&gt;on page 337.” &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;9.a) In Development kit guide, I am referring Current measurement procedure using CRO.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;10.a) Please let me know the devices used to measure System OFF and System ON current. Using Power analyzer I am not able to measure.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;
&lt;p&gt;Vishnu Beema&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Queries on Current measurement &amp; how to reduce the same</title><link>https://devzone.nordicsemi.com/thread/196532?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2019 12:42:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c57892d6-edfe-465a-8c97-809434012390</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Vishnu&lt;/p&gt;
&lt;p&gt;Einar is on summer vacation, so I&amp;#39;ve been tasked with this case in his stead.&lt;/p&gt;
&lt;p&gt;1. If the chip uses the TWI peripheral, uses the radio, or toggles an LED, that is accounted for when measuring the current consumption using a &lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Kits/Power-Profiler-Kit"&gt;Power Profiler Kit&lt;/a&gt;. What is meant by the chip, and not the entire board, is that the debugger, etc. won&amp;#39;t be calculated when using the Power Profiler Kit.&lt;/p&gt;
&lt;p&gt;This means it will measure the same* current for both your custom chip and the development kit. *&lt;em&gt;Usually the DK will draw a bit more current than an optimized custom chip, as the DK will have some leakage current.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;2. Unused pins should not be defined at all, either connect them to ground or leave them floating.&lt;/p&gt;
&lt;p&gt;3. Disabling the TWI will be enough to go to deep sleep. The chip will not let current through while asleep.&lt;/p&gt;
&lt;p&gt;4.&amp;nbsp;&lt;span&gt;The call to&amp;nbsp;nrf_gpio_cfg_default() configures the GPIO to the default state, which is disconnected input. This means that the nrfx_uarte_uninit function disconnects the pins so that they won&amp;#39;t use the UART while UART is disabled. This is why you don&amp;#39;t have to call these pin configuring functions yourself when disabling a peripheral. The initializing functions will reinitialize the pins to their correct states when the chip wakes up.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;5. You do not need to call this function explicitly. When you&amp;#39;re going to sleep the SoftDevice will do that for you.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;6. No, you don&amp;#39;t. See question 2.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;7. The default TX power output is 0dBm.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;8. These functions are there for debugging purposes. For example, if DEBUG_NRF is set it will set a software breakpoint just before the call to a hard fault.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;9. What resistor are you referring to here? Please be more specific.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;10. It is not done on one single device, it is the average across several current measurement tools.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Queries on Current measurement &amp; how to reduce the same</title><link>https://devzone.nordicsemi.com/thread/196531?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2019 09:33:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85ef8bac-722e-4671-ab06-ee61c2311ee2</guid><dc:creator>beemavishnu</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for your inputs. I have further queries.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1) To my understanding, as part of Development kit Current measurement procedure, it’s only the current consumed by chip but not entire board. So even if chip control LED or any external sensor over TWI it will &lt;strong&gt;not&lt;/strong&gt; measure entire current consumed. Please correct if I am wrong.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;a) But assume for my custom board if I want to measure entire current consumed by board (rather than just chip) then even pull-up in circuit will have some leakage currents even though nrf_gpio_cfg_default() is called.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2) What should be the default pin configuration (input / output, pullup&amp;nbsp; / pulldown) if there are unused pins.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;3) After TWI operations I am calling&amp;nbsp;nrf_drv_twi_disable(). But before going to deep sleep I want to configure SDA and SCL to proper state. So do I need to call explicitly&amp;nbsp;&lt;span&gt;nrf_gpio_cfg_default() or&amp;nbsp;nrf_drv_twi_disable() is good enough.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4) Similarly even for UART (Used for debug prints in ble_app_blinky), I am calling&amp;nbsp;nrfx_uarte_uninit() which intern configure GPIO pins using pins_to_default(). In this function all are configured to input by calling&amp;nbsp;nrf_gpio_cfg_default(). But as per&amp;nbsp;table &amp;quot;Table 81:&amp;quot; in Product Specification, I am seeing RXD &amp;amp; CTS as Input and RTS &amp;amp; TXD as Output. Is this fine. If not then it is a bug in code. Please correct me.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;5) To my understanding, Low Power mode is set. If not do I need to call explicitly.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;sd_power_mode_set(NRF_POWER_MODE_LOWPWR);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;6) Whether do I need to configure unused pins as inputs or outputs. How about other settings with respect to unused pins so that Current consumption will not impact.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;7)&amp;nbsp; What is the default BLE Tx power output. Do I need to explicitly call&amp;nbsp;sd_ble_gap_tx_power_set(0);&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;8) Even if debug prints are enabled in “Release” mode, then what is the purpose of “NDEBUG” and “DEBUG; DEBUG_NRF”. Is this only for assertion validation.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;9) Whether can I use 1 ohm resistor rather than 10 ohm resister so that instead of dividing Voltage by 10 (V/10) to get current, I can consider Voltage directly as current.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;10) Whether current at 0.3 micro Amp (System OFF) &amp;amp; 2 micro Amp (System ON) be measured using Power Analyzer N6705B.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;
&lt;p&gt;Vishnu Beema&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Queries on Current measurement &amp; how to reduce the same</title><link>https://devzone.nordicsemi.com/thread/196530?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2019 07:31:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:395c1e84-e7f7-4e94-9371-9272ef04efb6</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Vishnu,&lt;/p&gt;
[quote user=""]&lt;p&gt;&lt;/p&gt;&lt;p&gt;1) In ‘ble_app_blinky’ since SoftDevice is enabled, whether DCDC enabled by default or need to enabled explicitly by calling&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE)&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;The SDK example does not enable the DC/DC by default, so you should call&amp;nbsp;sd_power_dcdc_mode_set() once during startup (after enabling the SoftDevice).&lt;/p&gt;
[quote user=""]&lt;p&gt;&lt;/p&gt;&lt;p&gt;2) As mentioned below do I need to enable DC-DC only during BLE active and disable after BLE inactive.&lt;/p&gt;&lt;p style="padding-left:30px;"&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/4211/nrf51822-power-consumption-when-ble-advertising-connected#post-id-18589"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/4211/nrf51822-power-consumption-when-ble-advertising-connected#post-id-18589&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;This old post refers to nRF51. The nRF52 has full automatic control of the DC/DC, so there is never any reason to disable it. Just enable it at startup and forget about it.&lt;/p&gt;
[quote user=""]3) To my understanding, keeping build in “Release” mode will disable UART.[/quote]
&lt;p&gt;&amp;nbsp;No. That is not the case with the SDK examples. Logging is configured and enabled/disabled&amp;nbsp;in the projects sdk_config.h.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]&lt;p&gt;&lt;/p&gt;&lt;p&gt;a) Below are the macros enabled in Release mode &amp;amp; Debug mode. But when I keep in “Release” mode still I am seeing debug prints on Terminal. Then what is the difference between “Release” &amp;amp; “Debug” builds.&lt;/p&gt;&lt;p&gt;&amp;quot;DEBUG; DEBUG_NRF&amp;quot; from solution in Debug configuration&lt;/p&gt;&lt;p&gt;&amp;quot;NDEBUG&amp;quot; from solution in Release configuration&lt;/p&gt;&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Release builds are built with optimization, and some logging that causes increased flash usage is disabled. Debug builds, on the other hand, is built with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;No optimization to simplify debugging&lt;/li&gt;
&lt;li&gt;More debug information, that causes increased application size, but eases debugging (such as file name and line number information for all APP_ERROR_CHECK&amp;#39;s).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So to get low power consumption and high performance you should select &amp;quot;Release&amp;quot;, but you also need to disable logging in sdk_config.h by setting&amp;nbsp;NRF_LOG_ENABLED to 0.&lt;/p&gt;
[quote user=""]&lt;p&gt;&lt;/p&gt;&lt;p style="padding-left:30px;"&gt;b) As mentioned in below link, at the same time do I need to disable NRF_LOG_ENABLE explicitly do reduce current consumption. Please confirm.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/35042/current-consumption-in-nrf52"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/35042/current-consumption-in-nrf52&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Yes.&lt;/p&gt;
[quote user=""]&amp;nbsp;c) How to disable UART if still I am seeing debug prints on Terminal. Do I need to disable NRFX_UARTE_ENABLED macro or just disconnecting debug cable is good enough during current measurement.[/quote]
&lt;p&gt;Assuming you only use UART via the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/lib_nrf_log.html?cp=5_1_3_26"&gt;logger module&lt;/a&gt;, then it is enough to set&amp;nbsp;NRF_LOG_ENABLE to 0.&lt;/p&gt;
[quote user=""]4) Do I need to explicitly disable FPU unit. I have floating point calculations. But before going to sleep (System ON or System OFF) do I need to clear FPU as mentioned in below link.[/quote]
&lt;p&gt;If (and only if) you use the FPU, you need to make sure to clear FPU interrupts before going to sleep. If you use the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/lib_pwr_mgmt.html?cp=5_1_3_33"&gt;Power Management library&lt;/a&gt;, this can be done by simply setting&amp;nbsp;NRF_PWR_MGMT_CONFIG_FPU_SUPPORT_ENABLED to 1 in your projects sdk_config.h. If not, then you need to do the same thing yourself before entering sleep (please refer to the implementation of&amp;nbsp;pwr_mgmt_fpu_sleep_prepare() in&amp;nbsp;components\libraries\pwr_mgmt\nrf_pwr_mgmt.c in that case).&lt;/p&gt;
[quote user=""]5) Before going to System OFF I called nrf_gpio_cfg_default() with all pins expect pin 13 &amp;amp; 14 (Buttons to wake-up the device). This function will configure pullup as NRF_GPIO_PIN_NOPULL. But as per below link, not sure with development kit whether do I need to change to Pullup or Pulldown.[/quote]
&lt;p&gt;Since you call&amp;nbsp;nrf_gpio_cfg_default() you set the pins as &lt;em&gt;disconnected&lt;/em&gt; inputs, so the signal is not propagated further. Therefore there is no need for a pull resistor (the pin value doe snot mater anyway, even a floating pin is OK when it is disconnected and not used as an input signal).&lt;/p&gt;
&lt;p&gt;Br,&lt;/p&gt;
&lt;p&gt;Einar&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>