<?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>NRF3540 chip current consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84957/nrf3540-chip-current-consumption</link><description>Hello Sirs 
 I am using NRF5340 chip in my custom board to use the BLE radio and uart hard ware at the same time. The sample code which has been used for this purpose is 
 peripheral_uart. I have also made several modifications to the original code to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Mar 2022 04:01:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84957/nrf3540-chip-current-consumption" /><item><title>RE: NRF3540 chip current consumption</title><link>https://devzone.nordicsemi.com/thread/356738?ContentTypeID=1</link><pubDate>Tue, 08 Mar 2022 04:01:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b25dd2ee-3f23-4a47-863d-9b61c415c8cb</guid><dc:creator>saeed mahvis</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Actually by disabling serial Uart I could reduce the current consumption by 300 micro amperes. But&lt;/p&gt;
&lt;p&gt;the power management procedure didn&amp;#39;t work or I might have done some mistakes performing that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF3540 chip current consumption</title><link>https://devzone.nordicsemi.com/thread/356551?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2022 11:42:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1a1718f-cded-4c59-a996-5ace33bd7cb7</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi Saeed,&lt;/p&gt;
&lt;p&gt;Were you able to get the current consumption down using the instructions in the link you posted?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF3540 chip current consumption</title><link>https://devzone.nordicsemi.com/thread/354413?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 16:18:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9f170bd-47dd-499d-8f45-061690a4ab86</guid><dc:creator>psychogenic</dc:creator><description>&lt;p&gt;Oh, that&amp;#39;s a good find, a very useful checklist--will be using it myself.&amp;nbsp; Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF3540 chip current consumption</title><link>https://devzone.nordicsemi.com/thread/354250?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 04:40:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc278abb-30f7-4f8c-ac98-6331dc83bf2a</guid><dc:creator>saeed mahvis</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I have found this link (&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf53-designs"&gt;https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf53-designs&lt;/a&gt;) in the DevZone.&lt;/p&gt;
&lt;p&gt;It has some nice guidelines in this issue. I am trying to follow its instructions to reduce the current consumption on my board. I will inform&lt;/p&gt;
&lt;p&gt;you incase of any sever problem.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF3540 chip current consumption</title><link>https://devzone.nordicsemi.com/thread/354022?ContentTypeID=1</link><pubDate>Mon, 21 Feb 2022 01:49:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c73198ab-e63d-48fa-ac98-5945ca37f53c</guid><dc:creator>psychogenic</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Not certain I can help, how you&amp;#39;re getting such high current or what you&amp;#39;re setup is.&amp;nbsp; A few years back, I made it down to about &lt;strong&gt;10uA&lt;/strong&gt; on a custom board with an &lt;em&gt;nRF9160&lt;/em&gt; (which has an LTE modem) and a few running peripherals (like accelerometer).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;To get there I had to turn off lots of things, including serial which can be pretty expensive even if just sitting there.&amp;nbsp; Also, to get down into microamps, I had not only to turn this stuff off in my application, but also in mcuboot.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know if you are using mcuboot, and it seems like you need the serial port--but assuming the problem is with the MCU and not some peripheral(s) on your board eating all this power, it may be that you need to turn on serial periodically if you want to lower levels in general.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can see &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/59709/config_bootloader_mcuboot-costing-hundreds-of-ua"&gt;my original post about the details&lt;/a&gt; with the 9160.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Good luck!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>