<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need help with LPUART-EDMA in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1804847#M219847</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228624"&gt;@abdrhmn&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share what MPU/MCU are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2024 17:44:13 GMT</pubDate>
    <dc:creator>Manuel_Salas</dc:creator>
    <dc:date>2024-02-09T17:44:13Z</dc:date>
    <item>
      <title>Need help with LPUART-EDMA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1804480#M219826</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working on LPUART - EDMA. I'm having a a problem to send and receive when I enabled the interrupt. Current behavior is like this:&lt;/P&gt;&lt;P&gt;If declare the interrupt&lt;/P&gt;&lt;P&gt;send can be done 1 time only. Receiver is okay but it will need fo be called before calling send &amp;nbsp;&lt;/P&gt;&lt;P&gt;if no interrupt&lt;/P&gt;&lt;P&gt;can send multiple time but receiver side is not working, after call receive it will stuck in the tx callback there.&lt;/P&gt;&lt;P&gt;i also have question regarding the lpuart mask. How do we set the bit value. Please help!!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 01:20:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1804480#M219826</guid>
      <dc:creator>abdrhmn</dc:creator>
      <dc:date>2024-02-09T01:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with LPUART-EDMA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1804847#M219847</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228624"&gt;@abdrhmn&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share what MPU/MCU are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 17:44:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1804847#M219847</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2024-02-09T17:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with LPUART-EDMA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1804875#M219849</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm using IMX8ULP. I noticed when LPUART1_IRQHandler is exist &amp;lt;even the function is empty&amp;gt; I'm not able to to transmit successfully. I put log inside LPUART1_IRQHandler function. I saw it keep on running non-stop. It doesn't even went into the callback.&lt;/P&gt;&lt;P&gt;Deleting that function solve the problem. However, if I delete it. I'm not able to receive lpuart_edma anymore.&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 18:39:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1804875#M219849</guid>
      <dc:creator>abdrhmn</dc:creator>
      <dc:date>2024-02-09T18:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with LPUART-EDMA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1804878#M219850</link>
      <description>&lt;P&gt;Sorry I reply to wrong one.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368" target="_blank"&gt;@Alejandro_Salas&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm using IMX8ULP. I noticed when LPUART1_IRQHandler is exist &amp;lt;even the function is empty&amp;gt; I'm not able to to transmit successfully. I put log inside LPUART1_IRQHandler function. I saw it keep on running non-stop. It doesn't even went into the callback.&lt;/P&gt;&lt;P&gt;Deleting that function solve the problem. However, if I delete it. I'm not able to receive lpuart_edma anymore.&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 18:44:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1804878#M219850</guid>
      <dc:creator>abdrhmn</dc:creator>
      <dc:date>2024-02-09T18:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with LPUART-EDMA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1804972#M219851</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228624"&gt;@abdrhmn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check the example in SDK:&lt;/P&gt;
&lt;P&gt;IMX8ULP_SDK/boards/evkmimx8ulp/driver_examples/lpuart/edma_transfer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There you can see how to handle an IRQ with eDMA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 00:35:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1804972#M219851</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2024-02-10T00:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with LPUART-EDMA</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1809306#M219998</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;The example you mentioned is not using an interrupt. do you have other example? Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 17:35:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Need-help-with-LPUART-EDMA/m-p/1809306#M219998</guid>
      <dc:creator>abdrhmn</dc:creator>
      <dc:date>2024-02-15T17:35:04Z</dc:date>
    </item>
  </channel>
</rss>

