<?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 TXEN will not enable in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522248#M4884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bunrockter on Thu Sep 27 14:13:10 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the baudrate calculation for UART 1&amp;nbsp; in the LPC4350 usrs manual correct? I was able to get the serial port to run at 115200, but only after putting a logic scope on the lines and manually adjusting the clock values until it measured right.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:38:26 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:38:26Z</dc:date>
    <item>
      <title>UART TXEN will not enable</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522241#M4877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bunrockter on Sat Aug 25 22:42:29 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the LPC4350 on a Hitex eval boar,d and I am having trouble getting UART1 up and running. I am only using the RX &amp;amp; TX lines, I am not using any of the modem or handshaking lines. I have followed the code examples provided by the Hitex website, but I am still seeing the same issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try to enable the transmitter by writing a 1 to bit 7 of the TEN register it remains 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; LPC_UART1-&amp;gt;TER = 0x80UL;&amp;nbsp; //Enable transmit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; temp = LPC_UART1-&amp;gt;TER;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;temp always reads zero.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't seem to get anything out when I hook up terra term either, although I have seen the RBR register change when I have sent info from terra term.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The user manual said that this bit should default to on (1) after reset, but the debugger always reads a zero as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a write only register? does anyone else see the TXEN bit go high when they write to it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:38:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522241#M4877</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: UART TXEN will not enable</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522242#M4878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Karl on Sun Aug 26 22:29:02 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The User Manual is wrong here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just like UART0/2/3 of the LPC4350, the TXEN bit of the TER register is no longer in bit position 7, but rather in bit position 0!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also the address offset of the TER register is 0x5C, not 0x30.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:38:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522242#M4878</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: UART TXEN will not enable</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522243#M4879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bunrockter on Mon Aug 27 15:24:26 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply, I am able to read and write a 1 to that address, but now I am getting framing errors upon receiving, and I still can't transmit. Is there anything else in the User Manual with regards to UART1 that is incorrect? I looked for errata for the User Manual, but I only found the silicon errata. Any info would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the PLL1 clock at 120 MHz as the source for UART1 and loading 1 into DML &amp;amp; 237 into DLL (the devisors). With the formula in the user manual of bitRate = inputClock/(16*(256*DML + DLL)) that gives me 115213 which should be within error tolerances.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe I will have to invest in a logic analyzer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bun&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:38:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522243#M4879</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: UART TXEN will not enable</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522244#M4880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jdurand on Tue Aug 28 07:50:07 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This guy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.saleae.com%2F" rel="nofollow" target="_blank"&gt;http://www.saleae.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;makes very nice, low cost analyzers.&amp;nbsp; I use one all the time, well worth the money.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's some clones out there of his early version, but I'd still buy the real one from him.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:38:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522244#M4880</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: UART TXEN will not enable</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522245#M4881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bunrockter on Tue Aug 28 15:40:20 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got a logicport coming. I am not happy with its buffer size, but it has 34 channels and runs at 500 MHZ (200 MHz if clocking from an external signal).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:38:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522245#M4881</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: UART TXEN will not enable</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522246#M4882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bunrockter on Wed Aug 29 13:20:13 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Karl. I lowered the baud rate to 9600 and I am now able to send and receive. I will have to play with the rate and see how fast I can get it to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bun&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:38:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522246#M4882</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: UART TXEN will not enable</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522247#M4883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jdurand on Wed Aug 29 18:58:05 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm running the UART at 250,000 bits/second on both LPC1113 and LPC1754 parts.&amp;nbsp; No problems at all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:38:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522247#M4883</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: UART TXEN will not enable</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522248#M4884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bunrockter on Thu Sep 27 14:13:10 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the baudrate calculation for UART 1&amp;nbsp; in the LPC4350 usrs manual correct? I was able to get the serial port to run at 115200, but only after putting a logic scope on the lines and manually adjusting the clock values until it measured right.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:38:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-TXEN-will-not-enable/m-p/522248#M4884</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:38:26Z</dc:date>
    </item>
  </channel>
</rss>

