<?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>i.MX RT Crossover MCUsのトピックRe: IMXRT1024 LPUART eDMA is Not Work in From Scratch Project</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1024-LPUART-eDMA-is-Not-Work-in-From-Scratch-Project/m-p/1363472#M16916</link>
    <description>&lt;P&gt;Hi Lukas,&lt;/P&gt;
&lt;P&gt;I recommend you to compare register configuration in both projects, there should not be any issue with DMA when using LPUART, GPT and SPI in the same project so I assume there is an issue with implementation. Please check also pins and clocks are configured correctly.&lt;/P&gt;
&lt;P&gt;An easy way will be to use SDK example as base and then add peripherals one by one making sure everything works before including the next one.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;/P&gt;
&lt;P&gt;Felipe&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Note:&lt;/P&gt;
&lt;P&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored. Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Oct 2021 19:03:18 GMT</pubDate>
    <dc:creator>FelipeGarcia</dc:creator>
    <dc:date>2021-10-28T19:03:18Z</dc:date>
    <item>
      <title>IMXRT1024 LPUART eDMA is Not Work in From Scratch Project</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1024-LPUART-eDMA-is-Not-Work-in-From-Scratch-Project/m-p/1360875#M16845</link>
      <description>&lt;P&gt;Hi Dear Authorized,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a project without SDK example. I just want to use LPUART, eDMA, GPT, SPI together. In default SDK example eDMA is working fine. But it is not working in my own project created from scratch. I add to configuration for eDMA from SDK Management panel. What can be the reason for "not working" ? Here are the differences between &lt;STRONG&gt;M&lt;/STRONG&gt;&lt;STRONG&gt;y Project&amp;nbsp;&lt;/STRONG&gt;and &lt;STRONG&gt;SDK Example(lpuart_edma_rb_transfer)&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;Availability&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;&lt;STRONG&gt;My Project&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;SDK Example&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;GPT&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;Available&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;N/A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;assert&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;Available&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;N/A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;assert lite&lt;/TD&gt;&lt;TD height="25px"&gt;N/A&lt;/TD&gt;&lt;TD height="25px"&gt;&amp;nbsp;Available&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;debug console&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;Available&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;N/A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;debug console lite&lt;/TD&gt;&lt;TD height="25px"&gt;N/A&lt;/TD&gt;&lt;TD height="25px"&gt;Available&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;misc utilities&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;N/A&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;Available&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;serial manager&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;Available&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;N/A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;serial manager uart&lt;/TD&gt;&lt;TD height="25px"&gt;Available&lt;/TD&gt;&lt;TD height="25px"&gt;N/A&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought it can be related with the SDK Management contents. But it seems like not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can be the root reason for this issue? I am not able to use eDMA with the project from scratch but able to use in default SDK example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 12:56:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1024-LPUART-eDMA-is-Not-Work-in-From-Scratch-Project/m-p/1360875#M16845</guid>
      <dc:creator>Lukas_Frank</dc:creator>
      <dc:date>2021-10-25T12:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1024 LPUART eDMA is Not Work in From Scratch Project</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1024-LPUART-eDMA-is-Not-Work-in-From-Scratch-Project/m-p/1363472#M16916</link>
      <description>&lt;P&gt;Hi Lukas,&lt;/P&gt;
&lt;P&gt;I recommend you to compare register configuration in both projects, there should not be any issue with DMA when using LPUART, GPT and SPI in the same project so I assume there is an issue with implementation. Please check also pins and clocks are configured correctly.&lt;/P&gt;
&lt;P&gt;An easy way will be to use SDK example as base and then add peripherals one by one making sure everything works before including the next one.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;/P&gt;
&lt;P&gt;Felipe&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Note:&lt;/P&gt;
&lt;P&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored. Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 19:03:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/IMXRT1024-LPUART-eDMA-is-Not-Work-in-From-Scratch-Project/m-p/1363472#M16916</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2021-10-28T19:03:18Z</dc:date>
    </item>
  </channel>
</rss>

