<?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>LPUART anomalous power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113345/lpuart-anomalous-power-consumption</link><description>Hello, we are testing the LPUART example in loopback with a very simple circuit. The carrier module is PAN1780 - nrf52840 on a custom board with no other things connected. Please refer to the following schematic. 
 
 The example is this github.com/..</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Jul 2024 09:01:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113345/lpuart-anomalous-power-consumption" /><item><title>RE: LPUART anomalous power consumption</title><link>https://devzone.nordicsemi.com/thread/495959?ContentTypeID=1</link><pubDate>Mon, 29 Jul 2024 09:01:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85681065-8c55-4b19-ab8a-55b616b90949</guid><dc:creator>Naeem Maroof</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am debugging the same sample, and I can see that the uart_callback_set() from the uart API is connecting with the api_callback_set() from the LPUART driver.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1722242619573v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I can see that the rx_enable from LPUART driver is called:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1722243653963v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Am I looking at something else?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LPUART anomalous power consumption</title><link>https://devzone.nordicsemi.com/thread/495951?ContentTypeID=1</link><pubDate>Mon, 29 Jul 2024 08:47:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9083d258-b75f-45ee-b6a8-7df964915f9b</guid><dc:creator>ing-barbiz</dc:creator><description>&lt;p&gt;Hello, we found the issue.&lt;/p&gt;
&lt;p&gt;There was a mismatch in names between the device tree overlay and the binding in the code.&lt;/p&gt;
&lt;p&gt;So the peripheral in the code was bound to the EUSART driver instead of the LPUART driver.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can close the ticket.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Marco&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LPUART anomalous power consumption</title><link>https://devzone.nordicsemi.com/thread/495465?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2024 14:45:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:371be890-dc73-407a-9444-d8fd6471ae41</guid><dc:creator>ing-barbiz</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I wanted to share some results of the investigation we are carrying.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;By trying to call uart_callback_set() function, the callback&amp;nbsp;of the normal UART driver (uart_nrfx_uarte.c) is being called, not the callback of the lpuart driver (uart_nrf_sw_lpuart.c).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So it looks like the lpuart driver is being overridden by the normal uarte driver...?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Marco&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>