<?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>S32 SDKのトピックHow to use eDMA receive UART end interrupt ?</title>
    <link>https://community.nxp.com/t5/S32-SDK/How-to-use-eDMA-receive-UART-end-interrupt/m-p/1032117#M1541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I want to ask a question : eDMA receive UART data. But I can't found the UART reveive end Interrupt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to send a&amp;nbsp;respionse UARTdata immediately after receive UART end edge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the eDMA receive end ISR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LPUART configuration :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/103561i0CEEDA083A6BDA90/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DMA configuration : (DMA Callback is not configure, can' t change name,)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/103597i28B07C27DF6F2901/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SW code run :&amp;nbsp;&lt;/P&gt;&lt;P&gt;receive UART data use "&amp;nbsp;LPUART_DRV_ReceiveData(INST_LPUART0, (UINT8 *)DataBuf, DataLen)"&lt;/P&gt;&lt;P&gt;I only use "&amp;nbsp; LPUART_DRV_GetReceiveStatus(INST_LPUART0, NULL)" to check the receive is completed or not.&lt;/P&gt;&lt;P&gt;But sometimes "&lt;SPAN&gt;LPUART_DRV_GetReceiveStatus()&lt;/SPAN&gt;" is wrong and can't return "STATUS_SUCCESS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use SDK 3.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2020 03:23:41 GMT</pubDate>
    <dc:creator>dearwww2000</dc:creator>
    <dc:date>2020-03-16T03:23:41Z</dc:date>
    <item>
      <title>How to use eDMA receive UART end interrupt ?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-use-eDMA-receive-UART-end-interrupt/m-p/1032117#M1541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I want to ask a question : eDMA receive UART data. But I can't found the UART reveive end Interrupt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to send a&amp;nbsp;respionse UARTdata immediately after receive UART end edge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the eDMA receive end ISR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LPUART configuration :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/103561i0CEEDA083A6BDA90/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DMA configuration : (DMA Callback is not configure, can' t change name,)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/103597i28B07C27DF6F2901/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SW code run :&amp;nbsp;&lt;/P&gt;&lt;P&gt;receive UART data use "&amp;nbsp;LPUART_DRV_ReceiveData(INST_LPUART0, (UINT8 *)DataBuf, DataLen)"&lt;/P&gt;&lt;P&gt;I only use "&amp;nbsp; LPUART_DRV_GetReceiveStatus(INST_LPUART0, NULL)" to check the receive is completed or not.&lt;/P&gt;&lt;P&gt;But sometimes "&lt;SPAN&gt;LPUART_DRV_GetReceiveStatus()&lt;/SPAN&gt;" is wrong and can't return "STATUS_SUCCESS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use SDK 3.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2020 03:23:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-use-eDMA-receive-UART-end-interrupt/m-p/1032117#M1541</guid>
      <dc:creator>dearwww2000</dc:creator>
      <dc:date>2020-03-16T03:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use eDMA receive UART end interrupt ?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-use-eDMA-receive-UART-end-interrupt/m-p/1032118#M1542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/dearwww2000"&gt;dearwww2000&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I modified the SDK echo example to work with DMA.&lt;/P&gt;&lt;P&gt;The example is attached, please try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;BR, Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2020 12:46:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-use-eDMA-receive-UART-end-interrupt/m-p/1032118#M1542</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-03-20T12:46:20Z</dc:date>
    </item>
  </channel>
</rss>

