<?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>LPC Microcontrollers中的主题 Re: UART RX_ERROR Flag is setting in LPC54608 EVAL board with GPS.</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-RX-ERROR-Flag-is-setting-in-LPC54608-EVAL-board-with-GPS/m-p/1331772#M46336</link>
    <description>&lt;P&gt;The user manual says:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Framing Error interrupt flag. This flag is set when a character is received with a missing stop bit at the expected location. This could be an indication of a baud rate or configuration mismatch with the transmitting source.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So, check with the datasheet of your GPS receiver if your settings are correct.&lt;/P&gt;&lt;P&gt;If in doubt, transmit a character within your code, and check the output &amp;amp; timing on the Tx pin with scope.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt; Note: I am changed the Flexcomm0 to Flexcomm9.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Perhaps try on the orignal interface (flexcomm0), short of posting the relevant code here.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Aug 2021 12:17:22 GMT</pubDate>
    <dc:creator>frank_m</dc:creator>
    <dc:date>2021-08-30T12:17:22Z</dc:date>
    <item>
      <title>UART RX_ERROR Flag is setting in LPC54608 EVAL board with GPS.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-RX-ERROR-Flag-is-setting-in-LPC54608-EVAL-board-with-GPS/m-p/1331747#M46334</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is Malesh. I am using &lt;STRONG&gt;LPC54608 Eval board&lt;/STRONG&gt;. i am just interfaced the &lt;STRONG&gt;GPS LEA_6s&lt;/STRONG&gt; to the Flex Comm9 with baudrate 9600. &lt;STRONG&gt;Enabled only the RX with FIFO operation&lt;/STRONG&gt;. I am getting the GPS data , observed on &lt;STRONG&gt;DSO&lt;/STRONG&gt;(digital scope). when i am connected GPS to the board, &lt;STRONG&gt;RX_BUFF_NOT_EMPTY Flag not setting.&lt;/STRONG&gt;&amp;nbsp; But I am getting &lt;STRONG&gt;RX_ERROR Flag&lt;/STRONG&gt; and &lt;STRONG&gt;FRAME ERR flag&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Please Help me Regarding this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Software used is &lt;STRONG&gt;MPUXpresso ver 11.2.1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Installed the LPC54608 board &lt;STRONG&gt;SDK&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dumped the example code &lt;STRONG&gt;UART_polling.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: I am changed the Flexcomm0 to Flexcomm9.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;configuration:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;8 bit data.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1 stop bit.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;parity disabled.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Malesh &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 11:16:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-RX-ERROR-Flag-is-setting-in-LPC54608-EVAL-board-with-GPS/m-p/1331747#M46334</guid>
      <dc:creator>Malesh</dc:creator>
      <dc:date>2021-08-30T11:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: UART RX_ERROR Flag is setting in LPC54608 EVAL board with GPS.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-RX-ERROR-Flag-is-setting-in-LPC54608-EVAL-board-with-GPS/m-p/1331772#M46336</link>
      <description>&lt;P&gt;The user manual says:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Framing Error interrupt flag. This flag is set when a character is received with a missing stop bit at the expected location. This could be an indication of a baud rate or configuration mismatch with the transmitting source.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So, check with the datasheet of your GPS receiver if your settings are correct.&lt;/P&gt;&lt;P&gt;If in doubt, transmit a character within your code, and check the output &amp;amp; timing on the Tx pin with scope.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt; Note: I am changed the Flexcomm0 to Flexcomm9.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Perhaps try on the orignal interface (flexcomm0), short of posting the relevant code here.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 12:17:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-RX-ERROR-Flag-is-setting-in-LPC54608-EVAL-board-with-GPS/m-p/1331772#M46336</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2021-08-30T12:17:22Z</dc:date>
    </item>
  </channel>
</rss>

