<?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>Vybrid ProcessorsのトピックRe: Vybrid DMA Request from GPIO Input</title>
    <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-DMA-Request-from-GPIO-Input/m-p/440091#M4887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I was suspecting when I tried 40.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2015 11:44:23 GMT</pubDate>
    <dc:creator>nathanb_</dc:creator>
    <dc:date>2015-08-19T11:44:23Z</dc:date>
    <item>
      <title>Vybrid DMA Request from GPIO Input</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-DMA-Request-from-GPIO-Input/m-p/440088#M4884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently trying to trigger a DMA request from an external GPIO input (PORT2[2]).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can mux the GPIO input, and set the PCR-&amp;gt;IRQC to 0xA and I get an interrupt generated no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I set the PCR-&amp;gt;IRQC to 0x2, I never get a DMA request signal from DMA request source 41.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change the DMA request source to 24 (a flextimer I currently have running in DMA mode ), the DMA works correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what's going on here?&amp;nbsp; Can anyone confirm that DMA requests from GPIO inputs correctly function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 14:24:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-DMA-Request-from-GPIO-Input/m-p/440088#M4884</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-08-14T14:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid DMA Request from GPIO Input</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-DMA-Request-from-GPIO-Input/m-p/440089#M4885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oddly enough, I changed the request source to 40 and now it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, PORT2[2] is PTD28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source 40 is PORT C in the manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clarity?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 14:38:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-DMA-Request-from-GPIO-Input/m-p/440089#M4885</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-08-14T14:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid DMA Request from GPIO Input</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-DMA-Request-from-GPIO-Input/m-p/440090#M4886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not stated in the documentation but according to my tests it seems that the Table 3-2 is not correct.&lt;/P&gt;&lt;P&gt;The PORTA -PORTE should be PORT0-PORT4. With that modification the Table 3-31 matches and corresponds to the behavior you are facing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see PORT2[2] corresponds to PTD28 but at the end it belongs to PORT2 and DMA source 40 corresponds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 21:28:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-DMA-Request-from-GPIO-Input/m-p/440090#M4886</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2015-08-18T21:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Vybrid DMA Request from GPIO Input</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-DMA-Request-from-GPIO-Input/m-p/440091#M4887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I was suspecting when I tried 40.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 11:44:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/Vybrid-DMA-Request-from-GPIO-Input/m-p/440091#M4887</guid>
      <dc:creator>nathanb_</dc:creator>
      <dc:date>2015-08-19T11:44:23Z</dc:date>
    </item>
  </channel>
</rss>

