<?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>Current Measurement on nRF5340 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85819/current-measurement-on-nrf5340-dk</link><description>Hi there, 
 We are currently doing current measurements on the nRF5340 DK with a Power Profiler Kit 2. 
 To do this, we simply use the PPK as a source meter and connect it to the &amp;quot;External Supply&amp;quot; pin. We also set SW10 to on (VEXT-&amp;gt;nRF). 
 We leave the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Mar 2022 15:29:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85819/current-measurement-on-nrf5340-dk" /><item><title>RE: Current Measurement on nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/358273?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 15:29:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e73cbb8-05f7-440f-9e7d-f49e91d92ee8</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi Frikkie,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user="Frikkie Badenhorst"]We have managed to place the device in System Off mode, in which case the system draws 2uA.[/quote]
&lt;p&gt;This is correct.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The CONFIG&amp;#39;s should just be a if() check&amp;nbsp; of the CMakeList.txt, Kconfig and source files so you can check what how it is done in the Kconfig documentation:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/CONFIG_LOG.html?highlight=config_log"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/CONFIG_LOG.html?highlight=config_log&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/CONFIG_PM.html?highlight=config_pm"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/CONFIG_PM.html?highlight=config_pm&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/CONFIG_SERIAL.html?highlight=config_serial#std-kconfig-CONFIG_SERIAL"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/CONFIG_SERIAL.html?highlight=config_serial#std-kconfig-CONFIG_SERIAL&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current Measurement on nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/358207?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 12:40:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2409fcf-3b6d-43c9-b8b1-b7c426408d75</guid><dc:creator>Frikkie Badenhorst</dc:creator><description>&lt;p&gt;We are using our own custom, baremetal application (no Zephyr). In the application, we only have the RTC, Watchdog 0 and 1 UART enabled and running.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have managed to place the device in System Off mode, in which case the system draws 2uA. I think this is expected, so I would believe our above method of measuring current is fine?&lt;/p&gt;
[quote userid="91187" url="~/f/nordic-q-a/85819/current-measurement-on-nrf5340-dk/358182#358182"]Have you seen this guide:&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf53-designs"&gt;Optimizing Power on nRF5340 SoC Designs - Blogs - Nordic Blog - Nordic DevZone (nordicsemi.com)&lt;/a&gt;[/quote]
&lt;p&gt;Thanks for referring me to this article, however we have created our own separate project (without a proj.conf file) as we are not going to use Zephyr. We want to have full control over the device and understand exactly in which state it is and when. I thus have a question regarding&lt;/p&gt;
&lt;p&gt;CONFIG_LOG=n&amp;nbsp;&lt;br /&gt;CONFIG_SERIAL=n&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;&lt;span&gt;CONFIG_PM=y&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What exactly is serial logging and is it enabled by default? How would one disable it using firmware rather than editing a config file? If you could refer me to where this is written in the manuals, that should also be fine. Also, what is the firmware equivalent of CONFIG_PM=y?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;According to the Product Specification, the PMU is automatic, and you can only put the device in on of 3 states, 1) System On low power (which we are trying to achieve), System on constant latency and System off. How does CONFIG_PM=y fit in here?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Frikkie&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Current Measurement on nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/358182?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2022 11:52:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83fcb223-e0cb-4bcc-8bda-8f4ed2663979</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Can you provide the PPK2 measurement files?&lt;br /&gt;&lt;br /&gt;What SW are you running on the 53DK ? is it one of our samples?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Have you seen this guide:&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf53-designs"&gt;Optimizing Power on nRF5340 SoC Designs - Blogs - Nordic Blog - Nordic DevZone (nordicsemi.com)&lt;br /&gt;&lt;br /&gt;R&lt;/a&gt;egards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>