<?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 LPC54113 UART0 transmission is not working. in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-UART0-transmission-is-not-working/m-p/1779393#M55046</link>
    <description>&lt;P&gt;Hello I am using UART0 in my code. When I run the code it is not transmitting any data to UART0.&lt;/P&gt;&lt;P&gt;And also I am not using any interrupts for transmission.&lt;/P&gt;&lt;P&gt;Designed the UART0 functionality with PIO0_21(TX) and PIO0_22(RX). I configured the peripheral and also initialized the pins with UART Functionality, but data transferring not done.&lt;/P&gt;&lt;P&gt;Configuration:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;  SYSCON -&amp;gt; AHBCLKCTRL[1] |= 1&amp;lt;&amp;lt;11;       &lt;BR /&gt;  IOCON-&amp;gt;PIO[0][22] = 0x182;             &lt;BR /&gt;  IOCON-&amp;gt;PIO[0][21] = 0x582;              &lt;BR /&gt;  IOCON-&amp;gt;PIO[0][20] = 0x182;              &lt;BR /&gt;  FLEXCOMM0 -&amp;gt;PSELID = 0X11;         &lt;BR /&gt;&lt;BR /&gt;  //CONFIGUE USART&amp;nbsp;&lt;BR /&gt;  USART0 -&amp;gt; CFG = 0X00;                   &lt;BR /&gt;  USART0-&amp;gt; CFG   |= 1&amp;lt;&amp;lt;2;                  &lt;BR /&gt;  USART0-&amp;gt; OSR = 12;                  &lt;BR /&gt;  USART0 -&amp;gt; BRG = 768;                  &lt;BR /&gt;  USART0 -&amp;gt; CFG |= (1&amp;lt;&amp;lt;0)|1&amp;lt;&amp;lt;15;                &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;  //FIFO CONFIGURATION&lt;BR /&gt;  USART0-&amp;gt;FIFOCFG |= (1&amp;lt;&amp;lt;0) | (1&amp;lt;&amp;lt;1); &lt;BR /&gt;  USART0-&amp;gt;FIFOTRIG |= (0&amp;lt;&amp;lt;16)|(1&amp;lt;&amp;lt;1);&lt;BR /&gt;  USART0-&amp;gt;FIFOINTENSET |= (1&amp;lt;&amp;lt;3);&lt;BR /&gt;&lt;BR /&gt;  NVIC_SetPriority(FLEXCOMM0_IRQn,1);  &lt;BR /&gt;  NVIC_EnableIRQ(FLEXCOMM0_IRQn);       &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone can hep me this?&lt;/P&gt;</description>
    <pubDate>Sat, 23 Dec 2023 05:43:13 GMT</pubDate>
    <dc:creator>PK_1114</dc:creator>
    <dc:date>2023-12-23T05:43:13Z</dc:date>
    <item>
      <title>LPC54113 UART0 transmission is not working.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-UART0-transmission-is-not-working/m-p/1779393#M55046</link>
      <description>&lt;P&gt;Hello I am using UART0 in my code. When I run the code it is not transmitting any data to UART0.&lt;/P&gt;&lt;P&gt;And also I am not using any interrupts for transmission.&lt;/P&gt;&lt;P&gt;Designed the UART0 functionality with PIO0_21(TX) and PIO0_22(RX). I configured the peripheral and also initialized the pins with UART Functionality, but data transferring not done.&lt;/P&gt;&lt;P&gt;Configuration:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;  SYSCON -&amp;gt; AHBCLKCTRL[1] |= 1&amp;lt;&amp;lt;11;       &lt;BR /&gt;  IOCON-&amp;gt;PIO[0][22] = 0x182;             &lt;BR /&gt;  IOCON-&amp;gt;PIO[0][21] = 0x582;              &lt;BR /&gt;  IOCON-&amp;gt;PIO[0][20] = 0x182;              &lt;BR /&gt;  FLEXCOMM0 -&amp;gt;PSELID = 0X11;         &lt;BR /&gt;&lt;BR /&gt;  //CONFIGUE USART&amp;nbsp;&lt;BR /&gt;  USART0 -&amp;gt; CFG = 0X00;                   &lt;BR /&gt;  USART0-&amp;gt; CFG   |= 1&amp;lt;&amp;lt;2;                  &lt;BR /&gt;  USART0-&amp;gt; OSR = 12;                  &lt;BR /&gt;  USART0 -&amp;gt; BRG = 768;                  &lt;BR /&gt;  USART0 -&amp;gt; CFG |= (1&amp;lt;&amp;lt;0)|1&amp;lt;&amp;lt;15;                &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;  //FIFO CONFIGURATION&lt;BR /&gt;  USART0-&amp;gt;FIFOCFG |= (1&amp;lt;&amp;lt;0) | (1&amp;lt;&amp;lt;1); &lt;BR /&gt;  USART0-&amp;gt;FIFOTRIG |= (0&amp;lt;&amp;lt;16)|(1&amp;lt;&amp;lt;1);&lt;BR /&gt;  USART0-&amp;gt;FIFOINTENSET |= (1&amp;lt;&amp;lt;3);&lt;BR /&gt;&lt;BR /&gt;  NVIC_SetPriority(FLEXCOMM0_IRQn,1);  &lt;BR /&gt;  NVIC_EnableIRQ(FLEXCOMM0_IRQn);       &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone can hep me this?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2023 05:43:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-UART0-transmission-is-not-working/m-p/1779393#M55046</guid>
      <dc:creator>PK_1114</dc:creator>
      <dc:date>2023-12-23T05:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54113 UART0 transmission is not working.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-UART0-transmission-is-not-working/m-p/1779675#M55049</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194042"&gt;@PK_1114&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to UART demo under SDK for lpc54114, download from:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/select" target="_blank"&gt;https://mcuxpresso.nxp.com/en/select&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2023 09:21:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54113-UART0-transmission-is-not-working/m-p/1779675#M55049</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-12-25T09:21:01Z</dc:date>
    </item>
  </channel>
</rss>

