<?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のトピックDMAMUX_SetSource different CH same SOURCE.</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/DMAMUX-SetSource-different-CH-same-SOURCE/m-p/1678454#M25726</link>
    <description>&lt;P&gt;Noe I try to output any pulse by FlexPWM by useing DMA.&lt;/P&gt;&lt;P&gt;Currently FlexPWM1 submodule0 A and B used independently.&lt;/P&gt;&lt;P&gt;I set DMA source&amp;nbsp;kDmaRequestMuxFlexPWM1ValueSub0 to 2.&lt;/P&gt;&lt;P&gt;channnels.DMAMUX_SetSource(ALIGNMENT_MOTOR_DMAMUX, ALIGNMENT_Y_MOTOR_DMA_CH, kDmaRequestMuxFlexPWM1ValueSub0);&lt;BR /&gt;DMAMUX_SetSource(ALIGNMENT_MOTOR_DMAMUX, ALIGNMENT_X_MOTOR_DMA_CH, kDmaRequestMuxFlexPWM1ValueSub0);&lt;/P&gt;&lt;P&gt;A is memory to ALIGNMENT_MOTOR_PWM-&amp;gt;SM[kPWM_Module_0].VAL3.&lt;/P&gt;&lt;P&gt;B is memory to&amp;nbsp;ALIGNMENT_MOTOR_PWM-&amp;gt;SM[kPWM_Module_0].VAL5&lt;/P&gt;&lt;P&gt;But it work only A.&amp;nbsp;&lt;BR /&gt;B does not out pulses.&lt;/P&gt;&lt;P&gt;DMAMUX_SetSource can not support same source different channel ?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2023 07:07:09 GMT</pubDate>
    <dc:creator>shingofujiwara</dc:creator>
    <dc:date>2023-06-29T07:07:09Z</dc:date>
    <item>
      <title>DMAMUX_SetSource different CH same SOURCE.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/DMAMUX-SetSource-different-CH-same-SOURCE/m-p/1678454#M25726</link>
      <description>&lt;P&gt;Noe I try to output any pulse by FlexPWM by useing DMA.&lt;/P&gt;&lt;P&gt;Currently FlexPWM1 submodule0 A and B used independently.&lt;/P&gt;&lt;P&gt;I set DMA source&amp;nbsp;kDmaRequestMuxFlexPWM1ValueSub0 to 2.&lt;/P&gt;&lt;P&gt;channnels.DMAMUX_SetSource(ALIGNMENT_MOTOR_DMAMUX, ALIGNMENT_Y_MOTOR_DMA_CH, kDmaRequestMuxFlexPWM1ValueSub0);&lt;BR /&gt;DMAMUX_SetSource(ALIGNMENT_MOTOR_DMAMUX, ALIGNMENT_X_MOTOR_DMA_CH, kDmaRequestMuxFlexPWM1ValueSub0);&lt;/P&gt;&lt;P&gt;A is memory to ALIGNMENT_MOTOR_PWM-&amp;gt;SM[kPWM_Module_0].VAL3.&lt;/P&gt;&lt;P&gt;B is memory to&amp;nbsp;ALIGNMENT_MOTOR_PWM-&amp;gt;SM[kPWM_Module_0].VAL5&lt;/P&gt;&lt;P&gt;But it work only A.&amp;nbsp;&lt;BR /&gt;B does not out pulses.&lt;/P&gt;&lt;P&gt;DMAMUX_SetSource can not support same source different channel ?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 07:07:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/DMAMUX-SetSource-different-CH-same-SOURCE/m-p/1678454#M25726</guid>
      <dc:creator>shingofujiwara</dc:creator>
      <dc:date>2023-06-29T07:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: DMAMUX_SetSource different CH same SOURCE.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/DMAMUX-SetSource-different-CH-same-SOURCE/m-p/1682306#M25841</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you so much for your interest in our products and for using our community.&lt;/P&gt;
&lt;P&gt;Could you tell us which i.MX RT are you using please?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 20:17:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/DMAMUX-SetSource-different-CH-same-SOURCE/m-p/1682306#M25841</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2023-07-05T20:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: DMAMUX_SetSource different CH same SOURCE.</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/DMAMUX-SetSource-different-CH-same-SOURCE/m-p/1682479#M25846</link>
      <description>&lt;P&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;I use i.MXRT 1062.&lt;BR /&gt;&lt;BR /&gt;Now I changed software structure.&lt;BR /&gt;&lt;BR /&gt;DMA PWM1 submodule0 trigger -&amp;gt; PWM1 VAL3&lt;BR /&gt;PMW1 - Submodule0 - A&amp;nbsp; ---&amp;gt;&amp;nbsp; XBARA(PWM1 OutputTrigger)&amp;nbsp; -- XBARA(INOUT04)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;DMA PWM3 submodule0 trigger -&amp;gt; PWM3 VAL3&lt;BR /&gt;PMW3 - Submodule0 - A&amp;nbsp; ---&amp;gt;&amp;nbsp; XBARA(PWM3 OutputTrigger)&amp;nbsp; -- XBARA(INOUT05)&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Currently, it works well.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 00:01:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/DMAMUX-SetSource-different-CH-same-SOURCE/m-p/1682479#M25846</guid>
      <dc:creator>shingofujiwara</dc:creator>
      <dc:date>2023-07-06T00:01:24Z</dc:date>
    </item>
  </channel>
</rss>

