<?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 UART not working (at all!) in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working-at-all/m-p/522388#M5024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by klemikaze on Tue May 03 11:22:17 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have ConnectBlue OEMSPA310 Bluetooth module connected to LPC 1769 P0[15] / P0[16] pins. When I run LPC Open periph_uart_rb project, it should send two messages. As the project originally uses UART0, I changed those define statements to use UART1, otherwise the project isn't modified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
#define UART_SELECTION LPC_UART1
#define IRQ_SELECTION UART1_IRQn
#define HANDLER_NAME UART1_IRQHandler
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
/* Send initial messages */
Chip_UART_SendRB(UART_SELECTION, &amp;amp;txring, inst1, sizeof(inst1) - 1);
Chip_UART_SendRB(UART_SELECTION, &amp;amp;txring, inst2, sizeof(inst2) - 1);
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I am not able to catch them in my computer. Also, I am not able to capture packet sent from my PC. Could you please troubleshoot my problem? I don't have any other ideas of how to "debug" (or how to correctly connect) this issue and no other threads describe such issue, all solve characters mismatches and timeouts, but I just don't receive anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As the readme in project says &lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;The terminal program on the host PC should be setup for 115200-8-N-1.&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt; which I have done both in my desktop app, Tera Term and finally serial port settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:39:01 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:39:01Z</dc:date>
    <item>
      <title>UART not working (at all!)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working-at-all/m-p/522388#M5024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by klemikaze on Tue May 03 11:22:17 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have ConnectBlue OEMSPA310 Bluetooth module connected to LPC 1769 P0[15] / P0[16] pins. When I run LPC Open periph_uart_rb project, it should send two messages. As the project originally uses UART0, I changed those define statements to use UART1, otherwise the project isn't modified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
#define UART_SELECTION LPC_UART1
#define IRQ_SELECTION UART1_IRQn
#define HANDLER_NAME UART1_IRQHandler
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
/* Send initial messages */
Chip_UART_SendRB(UART_SELECTION, &amp;amp;txring, inst1, sizeof(inst1) - 1);
Chip_UART_SendRB(UART_SELECTION, &amp;amp;txring, inst2, sizeof(inst2) - 1);
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I am not able to catch them in my computer. Also, I am not able to capture packet sent from my PC. Could you please troubleshoot my problem? I don't have any other ideas of how to "debug" (or how to correctly connect) this issue and no other threads describe such issue, all solve characters mismatches and timeouts, but I just don't receive anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As the readme in project says &lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;The terminal program on the host PC should be setup for 115200-8-N-1.&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt; which I have done both in my desktop app, Tera Term and finally serial port settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:39:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working-at-all/m-p/522388#M5024</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: UART not working (at all!)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working-at-all/m-p/522389#M5025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bump&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 01:09:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-not-working-at-all/m-p/522389#M5025</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-19T01:09:53Z</dc:date>
    </item>
  </channel>
</rss>

