<?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>LayerscapeのトピックHow to enable FIFO on ns16550A</title>
    <link>https://community.nxp.com/t5/Layerscape/How-to-enable-FIFO-on-ns16550A/m-p/1381323#M9572</link>
    <description>&lt;P&gt;I'm using DUART on LS1043 to communicate with other device with 1M baudrate.&amp;nbsp;However, data lost was noticed in rx direction when 1043 is busy. As the data is 22 bytes per frame and there is enough time between frames. I guess the 64 byte FIFO mentioned in RM doesn't take effect.&lt;/P&gt;&lt;P&gt;Bellow is the dts setting, it's the same as in LSDK2012.&lt;/P&gt;&lt;P&gt;duart3: serial@21d0600 {&lt;BR /&gt;compatible = "fsl,ns16550", "ns16550a";&lt;BR /&gt;reg = &amp;lt;0x0 0x21d0600 0x0 0x100&amp;gt;;&lt;BR /&gt;interrupts = &amp;lt;0 55 0x4&amp;gt;;&lt;BR /&gt;clocks = &amp;lt;&amp;amp;clockgen 4 0&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;Would you pelase NXP export help me on usage of the 64 Bytes FIFO?&lt;/P&gt;&lt;P&gt;Thanks and Best Regards!&lt;/P&gt;</description>
    <pubDate>Fri, 03 Dec 2021 15:01:16 GMT</pubDate>
    <dc:creator>liguangyu02</dc:creator>
    <dc:date>2021-12-03T15:01:16Z</dc:date>
    <item>
      <title>How to enable FIFO on ns16550A</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-FIFO-on-ns16550A/m-p/1381323#M9572</link>
      <description>&lt;P&gt;I'm using DUART on LS1043 to communicate with other device with 1M baudrate.&amp;nbsp;However, data lost was noticed in rx direction when 1043 is busy. As the data is 22 bytes per frame and there is enough time between frames. I guess the 64 byte FIFO mentioned in RM doesn't take effect.&lt;/P&gt;&lt;P&gt;Bellow is the dts setting, it's the same as in LSDK2012.&lt;/P&gt;&lt;P&gt;duart3: serial@21d0600 {&lt;BR /&gt;compatible = "fsl,ns16550", "ns16550a";&lt;BR /&gt;reg = &amp;lt;0x0 0x21d0600 0x0 0x100&amp;gt;;&lt;BR /&gt;interrupts = &amp;lt;0 55 0x4&amp;gt;;&lt;BR /&gt;clocks = &amp;lt;&amp;amp;clockgen 4 0&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;Would you pelase NXP export help me on usage of the 64 Bytes FIFO?&lt;/P&gt;&lt;P&gt;Thanks and Best Regards!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 15:01:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-FIFO-on-ns16550A/m-p/1381323#M9572</guid>
      <dc:creator>liguangyu02</dc:creator>
      <dc:date>2021-12-03T15:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable FIFO on ns16550A</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-FIFO-on-ns16550A/m-p/1381769#M9585</link>
      <description>&lt;P&gt;FIFO is enabled for uart in linux only if compatible string is "ns16550a" in dts file.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 07:55:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-FIFO-on-ns16550A/m-p/1381769#M9585</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-12-06T07:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable FIFO on ns16550A</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-FIFO-on-ns16550A/m-p/1383672#M9610</link>
      <description>&lt;P&gt;Hi Yiping,&lt;/P&gt;&lt;P&gt;I have checked that the FIFO has been enabled with default configuration. However, it's 16 bytes FIFO by default. I check the RM and saw 64-byte FIFOs is support. But there are some conflicted information in LS1043ARM (REV.6 07/2020):&lt;/P&gt;&lt;P&gt;In 1.4.7 DUART&amp;nbsp;description, it's said 16-byte FIFOs are supported.&lt;/P&gt;&lt;P&gt;in 20.2.1 DUART feature description, it's said "providing 64-byte FIFOs".&lt;/P&gt;&lt;P&gt;So my question is, it's it safe to use 64-byte FIFOs in our product?&lt;/P&gt;&lt;P&gt;Here is my modification to enabled 64-byte FIFOs and have verified on one of our costomer board.&lt;/P&gt;&lt;P&gt;Please help to check if it's ok for mass production.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liguangyu02_1-1639015655673.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164561iD3E680BD48EDACE9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liguangyu02_1-1639015655673.png" alt="liguangyu02_1-1639015655673.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Guangyu&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 02:22:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-FIFO-on-ns16550A/m-p/1383672#M9610</guid>
      <dc:creator>liguangyu02</dc:creator>
      <dc:date>2021-12-09T02:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable FIFO on ns16550A</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-enable-FIFO-on-ns16550A/m-p/1387195#M9652</link>
      <description>&lt;P&gt;&lt;SPAN&gt;64 Byte FIFO is supported by LS1043A.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Customer can use this&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 09:27:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-enable-FIFO-on-ns16550A/m-p/1387195#M9652</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-12-15T09:27:08Z</dc:date>
    </item>
  </channel>
</rss>

