<?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: UART not working in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working/m-p/1849607#M55893</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Pls write a code to repeat to output char, then connect a scope to an scope and check if you can see the waveform and check the baud rate.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2024 07:18:22 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2024-04-18T07:18:22Z</dc:date>
    <item>
      <title>UART not working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working/m-p/1847877#M55862</link>
      <description>&lt;P&gt;I want to use LPC804M101JDH24 for serial communication. I have attached code which is not working.&lt;/P&gt;&lt;P&gt;It seems that the character is not received. I have used PIO0_4 and PIO0_0 as TX and RX and linked all necessary header files as well.&lt;/P&gt;&lt;P&gt;Please suggest what is wrong in code.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 08:29:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working/m-p/1847877#M55862</guid>
      <dc:creator>coder1610</dc:creator>
      <dc:date>2024-04-16T08:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: UART not working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working/m-p/1848717#M55875</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You gave us only part of code, I do not know if you understand how to initialize the SWM:&lt;/P&gt;
&lt;P&gt;Enable_Periph_Clock(CLK_SWM);&lt;/P&gt;
&lt;P&gt;SWM-&amp;gt;&lt;SPAN&gt;PINASSIGN_DATA[0]=0x0000;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SWM-&amp;gt;&lt;SPAN&gt;PINASSIGN_DATA[0]|=4&amp;lt;&amp;lt;0|0&amp;lt;&amp;lt;8;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_1-1713331624280.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/274213iB4E293EA0B0F1D7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_1-1713331624280.png" alt="xiangjun_rong_1-1713331624280.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then PIO0_4&amp;nbsp; will function as UIART0_TXD, PIO0_0 will function as UART0_RXD&lt;/P&gt;
&lt;P&gt;If the uart0&amp;nbsp; receiver can not get char, pls check the baud rate.&lt;/P&gt;
&lt;P&gt;Hope it can help you&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>Wed, 17 Apr 2024 05:34:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working/m-p/1848717#M55875</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-04-17T05:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: UART not working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working/m-p/1849524#M55891</link>
      <description>&lt;P&gt;Well I have included swm.h file, which is attached here.&lt;/P&gt;&lt;P&gt;Also, baud rate is 9600 which is not an issue.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 05:58:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working/m-p/1849524#M55891</guid>
      <dc:creator>coder1610</dc:creator>
      <dc:date>2024-04-18T05:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: UART not working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working/m-p/1849607#M55893</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Pls write a code to repeat to output char, then connect a scope to an scope and check if you can see the waveform and check the baud rate.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 07:18:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working/m-p/1849607#M55893</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-04-18T07:18:22Z</dc:date>
    </item>
  </channel>
</rss>

