<?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>ColdFire/68K Microcontrollers and Processorsのトピックhow to solve overrun problem in serial communication for coldfire-523x processor</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/how-to-solve-overrun-problem-in-serial-communication-for/m-p/243129#M11483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Iam working on m66k-523x(coldfire) processor, i am getting overrun problem at every 114th byte for receiving continuously, can u please suggest the solution.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Dec 2013 12:52:19 GMT</pubDate>
    <dc:creator>admin</dc:creator>
    <dc:date>2013-12-04T12:52:19Z</dc:date>
    <item>
      <title>how to solve overrun problem in serial communication for coldfire-523x processor</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/how-to-solve-overrun-problem-in-serial-communication-for/m-p/243129#M11483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Iam working on m66k-523x(coldfire) processor, i am getting overrun problem at every 114th byte for receiving continuously, can u please suggest the solution.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 12:52:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/how-to-solve-overrun-problem-in-serial-communication-for/m-p/243129#M11483</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2013-12-04T12:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to solve overrun problem in serial communication for coldfire-523x processor</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/how-to-solve-overrun-problem-in-serial-communication-for/m-p/243130#M11484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you're polling the serial port. Fix your code to see what it is doing that stops it from getting back to the UART in time. You as a programmer have to guarantee the minimum service interval for the hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewrite your code to use interrupts that receive into a ring buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're already using interrupts, watch out for the priority levels. You may need to make the serial port interrupt higher than other interrupts that are taking too long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 23:33:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/how-to-solve-overrun-problem-in-serial-communication-for/m-p/243130#M11484</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2013-12-04T23:33:06Z</dc:date>
    </item>
  </channel>
</rss>

