<?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 consumption high in system on mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84113/current-consumption-high-in-system-on-mode</link><description>Hello, 
 We are using nRF52840 chip for a power-sensitive application. 
 We use the UART which is connected to a LoRaWAN module. 
 Now when I enter the system ON mode after completing sending data via LoRaWAN module, I see that the system on current is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Jan 2022 12:23:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84113/current-consumption-high-in-system-on-mode" /><item><title>RE: Current consumption high in system on mode</title><link>https://devzone.nordicsemi.com/thread/349967?ContentTypeID=1</link><pubDate>Thu, 27 Jan 2022 12:23:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d00b770d-01b0-499f-b089-55355a4aff1e</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Enabling the UART doesn&amp;#39;t require much current by itself, and for instance transmitting data on TXD will only consume current while transmitting occurs. However when you start rx data, then the chip will draw relative high current, since it needs to have clocks, regulators and easydma channels open to handle the potential incomming data on RXD. So you need to duty cycle the start and stop rx if you want to reduce current consumption, typically this can for instance be controlled by a gpio input, where the peer set a pin high each time it have data to send, and the application can use this pin to start and stop rx.&lt;/p&gt;
&lt;p&gt;Hope that helps,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>