<?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>LPC MicrocontrollersのトピックLPCopen UART LPC1769 not working [SOLVED]</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCopen-UART-LPC1769-not-working-SOLVED/m-p/970901#M38422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I use lpc1769 chip with custom board with sending hex code via FTDI.&amp;nbsp; I watch tutorial video for lpcopen, I use&amp;nbsp; MCUxpresso and import " periph_uart_rb"&amp;nbsp; "lpc_board_nxp_lpcxpresso_1769" "lpc_chip_175x_6x" projects.&amp;nbsp; due to using UART0, ı change these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#elif defined(BOARD_NXP_LPCXPRESSO_1769)&lt;BR /&gt;#define UART_SELECTION LPC_UART3&lt;BR /&gt;#define IRQ_SELECTION UART3_IRQn&lt;BR /&gt;#define HANDLER_NAME UART3_IRQHandler&lt;BR /&gt;#else&lt;BR /&gt;#error No UART selected for undefined board&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UART3 to UART0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#elif defined(BOARD_NXP_LPCXPRESSO_1769)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define UART_SELECTION LPC_UART0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define IRQ_SELECTION UART0_IRQn&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define HANDLER_NAME UART0 IRQHandler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#error No UART selected for undefined board&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#endif&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But these are not working . No data is being send via ftdi to usb&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need any setting for custom board ?&lt;/P&gt;&lt;P&gt;How can ı run this examples ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Aug 2019 14:42:01 GMT</pubDate>
    <dc:creator>ramazan_kurban3</dc:creator>
    <dc:date>2019-08-26T14:42:01Z</dc:date>
    <item>
      <title>LPCopen UART LPC1769 not working [SOLVED]</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCopen-UART-LPC1769-not-working-SOLVED/m-p/970901#M38422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I use lpc1769 chip with custom board with sending hex code via FTDI.&amp;nbsp; I watch tutorial video for lpcopen, I use&amp;nbsp; MCUxpresso and import " periph_uart_rb"&amp;nbsp; "lpc_board_nxp_lpcxpresso_1769" "lpc_chip_175x_6x" projects.&amp;nbsp; due to using UART0, ı change these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#elif defined(BOARD_NXP_LPCXPRESSO_1769)&lt;BR /&gt;#define UART_SELECTION LPC_UART3&lt;BR /&gt;#define IRQ_SELECTION UART3_IRQn&lt;BR /&gt;#define HANDLER_NAME UART3_IRQHandler&lt;BR /&gt;#else&lt;BR /&gt;#error No UART selected for undefined board&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UART3 to UART0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#elif defined(BOARD_NXP_LPCXPRESSO_1769)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define UART_SELECTION LPC_UART0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define IRQ_SELECTION UART0_IRQn&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define HANDLER_NAME UART0 IRQHandler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#error No UART selected for undefined board&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#endif&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But these are not working . No data is being send via ftdi to usb&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need any setting for custom board ?&lt;/P&gt;&lt;P&gt;How can ı run this examples ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2019 14:42:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCopen-UART-LPC1769-not-working-SOLVED/m-p/970901#M38422</guid>
      <dc:creator>ramazan_kurban3</dc:creator>
      <dc:date>2019-08-26T14:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPCopen UART LPC1769 not working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCopen-UART-LPC1769-not-working-SOLVED/m-p/970902#M38423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This example was tested using the NXP LPCXpresso1769,&amp;nbsp;&lt;SPAN&gt;Embedded Artists' LPC1788 Developer's Kit and&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;Embedded Artists' LPC4088 Developer's Kit&amp;nbsp;&lt;/SPAN&gt;with the following considerations:&amp;nbsp;&lt;/P&gt;&lt;P&gt;To use the example, connect a serial cable to the board's RS232/UART port and start a terminal program to monitor the port. The terminal program on the host PC should be setup for 115200-8-N-1.&lt;BR /&gt;Once the example is started, a small message is printed on terminal. Any data received will be returned back to the caller.&lt;/P&gt;&lt;P&gt;Special connection requirements&lt;BR /&gt;- Embedded Artists' LPC1788 Developer's Kit:&lt;BR /&gt;- Embedded Artists' LPC4088 Developer's Kit:&lt;BR /&gt;Default is UART0. This uses the UART-to-USB bridge.&lt;BR /&gt;If using UART2: Connects UART pins to COM Port (J17)&lt;BR /&gt;JP6-1-2: OFF:&lt;BR /&gt;JP6-3-4: OFF:&lt;BR /&gt;JP6-5-6: ON:&lt;BR /&gt;JP12: 2-3&lt;BR /&gt;JP13: 2-3&lt;BR /&gt;Other jumpers: Default&lt;BR /&gt;- LPCXpresso LPC1769:&lt;BR /&gt;Need to connect with base board for using RS232/UART port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2019 19:13:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCopen-UART-LPC1769-not-working-SOLVED/m-p/970902#M38423</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2019-08-28T19:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: LPCopen UART LPC1769 not working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCopen-UART-LPC1769-not-working-SOLVED/m-p/970903#M38424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My FTDI is connected to UART0 and there is no received data to usb port&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2019 13:28:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCopen-UART-LPC1769-not-working-SOLVED/m-p/970903#M38424</guid>
      <dc:creator>ramazan_kurban3</dc:creator>
      <dc:date>2019-09-05T13:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: LPCopen UART LPC1769 not working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCopen-UART-LPC1769-not-working-SOLVED/m-p/970904#M38425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/388779"&gt;https://community.nxp.com/thread/388779&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2019 19:17:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCopen-UART-LPC1769-not-working-SOLVED/m-p/970904#M38425</guid>
      <dc:creator>ramazan_kurban3</dc:creator>
      <dc:date>2019-09-05T19:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPCopen UART LPC1769 not working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCopen-UART-LPC1769-not-working-SOLVED/m-p/970905#M38426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/417918"&gt;https://community.nxp.com/thread/417918&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2019 08:17:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCopen-UART-LPC1769-not-working-SOLVED/m-p/970905#M38426</guid>
      <dc:creator>ramazan_kurban3</dc:creator>
      <dc:date>2019-09-06T08:17:50Z</dc:date>
    </item>
  </channel>
</rss>

