<?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: LPC214 UART1 with interrup  example code in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC214-UART1-with-interrup-example-code/m-p/1622440#M52042</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for your replay,&lt;/P&gt;&lt;P&gt;My received hex data remains constant.&lt;/P&gt;&lt;P&gt;Example : 7E 00 90 03 13 A1 00 18&amp;nbsp; FF EF CD&lt;BR /&gt;&lt;BR /&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;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2023 08:59:42 GMT</pubDate>
    <dc:creator>Hari123pass123</dc:creator>
    <dc:date>2023-03-27T08:59:42Z</dc:date>
    <item>
      <title>LPC214 UART1 with interrup  example code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC214-UART1-with-interrup-example-code/m-p/1622000#M52024</link>
      <description>&lt;P&gt;&amp;nbsp;I am currently working for LPC2148 and using UART protocol. I received hex value for UART, but if the value is 0x00, the controller is not recognized&amp;nbsp;I received all the data and store it in char array, but I am unable to store array hex value of 0x00.&amp;nbsp;how to resolve the problem Please send me any suggestions or example code.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 10:05:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC214-UART1-with-interrup-example-code/m-p/1622000#M52024</guid>
      <dc:creator>Hari123pass123</dc:creator>
      <dc:date>2023-03-25T10:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC214 UART1 with interrup  example code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC214-UART1-with-interrup-example-code/m-p/1622195#M52032</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For the 0x00 data, it is regarded as a "NULL Character" for Ascii code, if the receiver can not receive the Null Character, I suppose you can replace it with another character, for example 0x30, 0x30,0x30, if you receive three continuous 0x30, you know it is 0x00.&lt;/P&gt;
&lt;P&gt;Pls check if it is possible&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 03:55:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC214-UART1-with-interrup-example-code/m-p/1622195#M52032</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-03-27T03:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPC214 UART1 with interrup  example code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC214-UART1-with-interrup-example-code/m-p/1622440#M52042</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thank you for your replay,&lt;/P&gt;&lt;P&gt;My received hex data remains constant.&lt;/P&gt;&lt;P&gt;Example : 7E 00 90 03 13 A1 00 18&amp;nbsp; FF EF CD&lt;BR /&gt;&lt;BR /&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;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 08:59:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC214-UART1-with-interrup-example-code/m-p/1622440#M52042</guid>
      <dc:creator>Hari123pass123</dc:creator>
      <dc:date>2023-03-27T08:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC214 UART1 with interrup  example code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC214-UART1-with-interrup-example-code/m-p/1622975#M52054</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Do you mean that you always receive the data 7E 00 90 03 13 A1 00 18 FF EF CD no matter what the transmitter sends?&lt;BR /&gt;&amp;nbsp;If it is the case, I suggest you pay attention to the clock accuracy for both transmitter and receiver or reducing the baud rate.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 03:23:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC214-UART1-with-interrup-example-code/m-p/1622975#M52054</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-03-28T03:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC214 UART1 with interrup  example code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC214-UART1-with-interrup-example-code/m-p/1625766#M52082</link>
      <description>&lt;P&gt;I am unable to change the baud rate. My transmitter operates at a constant baud rate of 9600.&lt;BR /&gt;My transmitter transmits a large hex value, but my controller does not receive it.&lt;/P&gt;&lt;P&gt;Please send uart with an example of interrupt code.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 04:48:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC214-UART1-with-interrup-example-code/m-p/1625766#M52082</guid>
      <dc:creator>Hari123pass123</dc:creator>
      <dc:date>2023-03-31T04:48:01Z</dc:date>
    </item>
  </channel>
</rss>

