<?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 ProcessorsのトピックRe: IMX6 overrun on UART (RS)</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-overrun-on-UART-RS/m-p/450528#M69853</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;I have seen similar information regarding effect of bandwidth, however, I am a bit supprised because I am only using 1 RS link + 1 Ethernet and I can generate these overrun.&lt;/P&gt;&lt;P&gt;I will check with a new kernel as soon as I can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sylvain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2015 16:55:33 GMT</pubDate>
    <dc:creator>sylvainlehenaff</dc:creator>
    <dc:date>2015-12-02T16:55:33Z</dc:date>
    <item>
      <title>IMX6 overrun on UART (RS)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-overrun-on-UART-RS/m-p/450526#M69851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good evening community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently having some issue with a SMARC from Kontron used with a kernel 3.10.17. The smarc is based on a IMX6Q working at 1GHz.&lt;/P&gt;&lt;P&gt;I am using an RS422 on an UART to exchange some data between the IMX6 and another board. When&amp;nbsp; the UART &lt;SPAN style="line-height: 1.5;"&gt;is only used, everything is fine but when I am using the ethernet link at the same time I start to observe some overrun at the IMX_uart driver level. These overrrun &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5;"&gt;corrupting the data exchanged, my application ends in a nice crash.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; tryied to change the speed on the UART with no real success. I have seen that some problem have been identified when using DMA but this not my case.&lt;/P&gt;&lt;P&gt;I have found a way to reduce the amount of overrrun by changing affinity of the IRQ associated to the uart but this is not a real answer to the problem.&lt;/P&gt;&lt;P&gt;I don't understand these overrun, the amount of data is quite low..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have observed such overrun ? any solution ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NB) I cannot changed my kernel due to SMARC specificies (Kontron did not yet upgrade their BSP for it) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sylvain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Nov 2015 22:20:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-overrun-on-UART-RS/m-p/450526#M69851</guid>
      <dc:creator>sylvainlehenaff</dc:creator>
      <dc:date>2015-11-29T22:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 overrun on UART (RS)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-overrun-on-UART-RS/m-p/450527#M69852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sylvain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;due to bus bandwidth limitation there may be overruns, this is expected&lt;/P&gt;&lt;P&gt;behaviour. In general one can use sending data in packets, protecting with&lt;/P&gt;&lt;P&gt;crc control check. If overruns occur, transmitting side can repeat data.&lt;/P&gt;&lt;P&gt;Other option - decrease overall bus load - this may be done decreasing&lt;/P&gt;&lt;P&gt;number of running applications, use more fast processor or decreasing&lt;/P&gt;&lt;P&gt;ethernet speeds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 06:38:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-overrun-on-UART-RS/m-p/450527#M69852</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-12-02T06:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 overrun on UART (RS)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-overrun-on-UART-RS/m-p/450528#M69853</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;I have seen similar information regarding effect of bandwidth, however, I am a bit supprised because I am only using 1 RS link + 1 Ethernet and I can generate these overrun.&lt;/P&gt;&lt;P&gt;I will check with a new kernel as soon as I can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sylvain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 16:55:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-overrun-on-UART-RS/m-p/450528#M69853</guid>
      <dc:creator>sylvainlehenaff</dc:creator>
      <dc:date>2015-12-02T16:55:33Z</dc:date>
    </item>
  </channel>
</rss>

