<?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 Using UART to communicate with another board in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-UART-to-communicate-with-another-board/m-p/718675#M29060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the hardware I'm using:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;LPCXpressor54608 Eval Board REV. B&lt;/LI&gt;&lt;LI&gt;(x2) R41Z Eval Board (based of NXP KW41Z)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I have two R41Z communicating via Thread protocol. I'm now trying to have the LPCX board send a message to one R41Z via UART which in turn sends the wireless signal to the the remote R41Z. I createed a GUI for the LPCX using touchgfx software (&lt;A class="link-titled" href="https://touchgfx.zendesk.com/hc/en-us/articles/115003825552-TouchGFX-4-9-0-Installation-Guide-for-NXP-LPC54608" title="https://touchgfx.zendesk.com/hc/en-us/articles/115003825552-TouchGFX-4-9-0-Installation-Guide-for-NXP-LPC54608"&gt;TouchGFX 4.9.0 - Installation Guide for NXP LPC54608 – TouchGFX&lt;/A&gt;&amp;nbsp;). I want the user when they interact with the GUI to send the UART message to the connected R41Z. I'm using J11 pins 2/3 for UART TX/RX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I go about adding UART functionality to the LPCX and the R41Z? I'm using I have to continue to program the UART using KEIL since that's the compatible debugger for touchgfx.&amp;nbsp;On the LPCX SDK there are driver files for USART and examples. Would this be the best way to implement it? How about on the R41Z side? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2018 21:46:00 GMT</pubDate>
    <dc:creator>johanandrade</dc:creator>
    <dc:date>2018-02-05T21:46:00Z</dc:date>
    <item>
      <title>Using UART to communicate with another board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-UART-to-communicate-with-another-board/m-p/718675#M29060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the hardware I'm using:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;LPCXpressor54608 Eval Board REV. B&lt;/LI&gt;&lt;LI&gt;(x2) R41Z Eval Board (based of NXP KW41Z)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I have two R41Z communicating via Thread protocol. I'm now trying to have the LPCX board send a message to one R41Z via UART which in turn sends the wireless signal to the the remote R41Z. I createed a GUI for the LPCX using touchgfx software (&lt;A class="link-titled" href="https://touchgfx.zendesk.com/hc/en-us/articles/115003825552-TouchGFX-4-9-0-Installation-Guide-for-NXP-LPC54608" title="https://touchgfx.zendesk.com/hc/en-us/articles/115003825552-TouchGFX-4-9-0-Installation-Guide-for-NXP-LPC54608"&gt;TouchGFX 4.9.0 - Installation Guide for NXP LPC54608 – TouchGFX&lt;/A&gt;&amp;nbsp;). I want the user when they interact with the GUI to send the UART message to the connected R41Z. I'm using J11 pins 2/3 for UART TX/RX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I go about adding UART functionality to the LPCX and the R41Z? I'm using I have to continue to program the UART using KEIL since that's the compatible debugger for touchgfx.&amp;nbsp;On the LPCX SDK there are driver files for USART and examples. Would this be the best way to implement it? How about on the R41Z side? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 21:46:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Using-UART-to-communicate-with-another-board/m-p/718675#M29060</guid>
      <dc:creator>johanandrade</dc:creator>
      <dc:date>2018-02-05T21:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using UART to communicate with another board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Using-UART-to-communicate-with-another-board/m-p/718676#M29061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Johan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the examples and drivers of the SDK is definitely a good way to implement the USART . You can try the examples first to understand how they work and how they configure the USART.&lt;/P&gt;&lt;P&gt;For the&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;KW41Z you also have a SDK, so it's also a good idea to use the examples and drivers from there as a guide to your project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;If you have any more doubts please let me know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Have a great day,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Victor.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:14:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Using-UART-to-communicate-with-another-board/m-p/718676#M29061</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2018-02-07T17:14:27Z</dc:date>
    </item>
  </channel>
</rss>

