<?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: MQX 4.2 Kinetis Serial DMA in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-Kinetis-Serial-DMA/m-p/1430910#M18719</link>
    <description>&lt;P&gt;Hi kfranz:&lt;/P&gt;
&lt;P&gt;The checked this, and the UART DMA is not documented.&amp;nbsp; It looks like the files were added for future release. But now MQX 4.x is replaced by MQX v5.&amp;nbsp; Please refer to below link for more details.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/mqx-software-solutions/mqx-v5-software-solutions:MQX-V5" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/mqx-software-solutions/mqx-v5-software-solutions:MQX-V5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I would suggest you do more test on your side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 19 Mar 2022 12:21:01 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2022-03-19T12:21:01Z</dc:date>
    <item>
      <title>MQX 4.2 Kinetis Serial DMA</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-Kinetis-Serial-DMA/m-p/1427947#M18713</link>
      <description>&lt;P&gt;In MQX 4.2 there is a file named&amp;nbsp;serl_dma_kuart.c&lt;/P&gt;&lt;P&gt;Freescale_MQX_4_2\mqx\source\io\serial\dma\serl_dma_kuart.c&lt;/P&gt;&lt;P&gt;Are there any examples that use DMA for the UART? I would like to change from the interrupt driven driver to one that uses DMA so that I can run at a higher baud rate.&lt;/P&gt;&lt;P&gt;Will using DMA reduce or eliminate serial port interrupts?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 18:51:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-Kinetis-Serial-DMA/m-p/1427947#M18713</guid>
      <dc:creator>kfranz</dc:creator>
      <dc:date>2022-03-14T18:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.2 Kinetis Serial DMA</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-Kinetis-Serial-DMA/m-p/1427963#M18714</link>
      <description>&lt;P&gt;I am using the K65. In:&lt;/P&gt;&lt;P&gt;C:\Freescale\Freescale_MQX_4_2\mqx\source\bsp\twrk65f180m\initbsp.c for ittya, I made the changes below:&lt;/P&gt;&lt;P&gt;#if BSPCFG_ENABLE_ITTYA&lt;BR /&gt;//_kuart_int_install("ittya:", &amp;amp;_bsp_sci0_init, _bsp_sci0_init.QUEUE_SIZE);&lt;BR /&gt;_kuart_dma_install("ittya:", &amp;amp;_bsp_sci0_init, _bsp_sci0_init.QUEUE_SIZE);&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;It seems to be working okay. I assume I am now using DMA?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 20:17:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-Kinetis-Serial-DMA/m-p/1427963#M18714</guid>
      <dc:creator>kfranz</dc:creator>
      <dc:date>2022-03-14T20:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.2 Kinetis Serial DMA</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-Kinetis-Serial-DMA/m-p/1428017#M18716</link>
      <description>&lt;P&gt;No, UART DMA is not working.&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 23:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-Kinetis-Serial-DMA/m-p/1428017#M18716</guid>
      <dc:creator>kfranz</dc:creator>
      <dc:date>2022-03-14T23:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: MQX 4.2 Kinetis Serial DMA</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-Kinetis-Serial-DMA/m-p/1430910#M18719</link>
      <description>&lt;P&gt;Hi kfranz:&lt;/P&gt;
&lt;P&gt;The checked this, and the UART DMA is not documented.&amp;nbsp; It looks like the files were added for future release. But now MQX 4.x is replaced by MQX v5.&amp;nbsp; Please refer to below link for more details.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/mqx-software-solutions/mqx-v5-software-solutions:MQX-V5" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/mqx-software-solutions/mqx-v5-software-solutions:MQX-V5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I would suggest you do more test on your side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 12:21:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-4-2-Kinetis-Serial-DMA/m-p/1430910#M18719</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2022-03-19T12:21:01Z</dc:date>
    </item>
  </channel>
</rss>

