<?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 sample code on LPC5526JBD64E MCU in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-sample-code-on-LPC5526JBD64E-MCU/m-p/1373020#M47043</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Edwin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your information.&lt;/P&gt;&lt;P&gt;It is workable now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;carter&lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 01:11:08 GMT</pubDate>
    <dc:creator>carter_wang</dc:creator>
    <dc:date>2021-11-18T01:11:08Z</dc:date>
    <item>
      <title>UART sample code on LPC5526JBD64E MCU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-sample-code-on-LPC5526JBD64E-MCU/m-p/1371400#M47007</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have two boards, one is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;LPC55S28-EVK, the other has&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;LPC5526JBD64E on it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I downloaded&amp;nbsp;SDK_2_7_0_LPCXpresso55S28, then imported the hello world demo application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I try to develop more functions based on the demo application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I found the output debug message from the UART port(PIO0_29/PIO0_30) on LPC55S28-EVK, however, no message on my board with LPC5526JBD64E MCU...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I was wondering could you tell me how I should modify the demo application to make it run successfully on&amp;nbsp;&lt;SPAN&gt;LPC5526JBD64E?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is my way to download the image into MCU on-chip flash.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Enter ISP mode.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Download the image by tool Flash Magic.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Change to passive mode.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Power on the board.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;carter&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 15:06:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-sample-code-on-LPC5526JBD64E-MCU/m-p/1371400#M47007</guid>
      <dc:creator>carter_wang</dc:creator>
      <dc:date>2021-11-15T15:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: UART sample code on LPC5526JBD64E MCU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-sample-code-on-LPC5526JBD64E-MCU/m-p/1372190#M47021</link>
      <description>&lt;P&gt;The problem might be due to the differences in pin assignments. I believe the LPC55S28-EVK comes with a LPC55S28JBD100&amp;nbsp;(please confirm this on your board) which is a 100 terminal package. The LPC5526JBD64, however, is a 64 pin package. Please make sure the pin assignments match the UART port of the LPC5526 as well, and that you are reading the UART port accordingly for the correct pins of this part number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 19:38:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-sample-code-on-LPC5526JBD64E-MCU/m-p/1372190#M47021</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2021-11-16T19:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: UART sample code on LPC5526JBD64E MCU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-sample-code-on-LPC5526JBD64E-MCU/m-p/1372593#M47033</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Edwin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I checked the UART pins definition(PIO0_29, PIO0_30) is the same between these two boards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to use LPC-Link 2 to debug it, but got another issue...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;carter&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 08:37:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-sample-code-on-LPC5526JBD64E-MCU/m-p/1372593#M47033</guid>
      <dc:creator>carter_wang</dc:creator>
      <dc:date>2021-11-17T08:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: UART sample code on LPC5526JBD64E MCU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-sample-code-on-LPC5526JBD64E-MCU/m-p/1372886#M47038</link>
      <description>&lt;P&gt;Hi Carter,&lt;/P&gt;
&lt;P&gt;Are you using the LPC-Link 2 to debug the LPC5526 or the LPC55S28-EVK? Either way, I believe you should check out these posts in hopes of regaining debug access to your MCU:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Regaining-debug-access-to-target-MCU/m-p/473923" target="_blank"&gt;https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Regaining-debug-access-to-target-MCU/m-p/473923&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/ISP-Reset-over-debug/m-p/470945" target="_blank"&gt;https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/ISP-Reset-over-debug/m-p/470945&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With respect to the demo application, I would recommend creating a new project for the LPC5526 with the necessary drivers and copying the source files only, instead of importing the whole project. This is because the project often comes with chip or board specific configurations and can cause problems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps,&lt;/P&gt;
&lt;P&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 17:10:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-sample-code-on-LPC5526JBD64E-MCU/m-p/1372886#M47038</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2021-11-17T17:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: UART sample code on LPC5526JBD64E MCU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/UART-sample-code-on-LPC5526JBD64E-MCU/m-p/1373020#M47043</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Edwin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your information.&lt;/P&gt;&lt;P&gt;It is workable now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;carter&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 01:11:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/UART-sample-code-on-LPC5526JBD64E-MCU/m-p/1373020#M47043</guid>
      <dc:creator>carter_wang</dc:creator>
      <dc:date>2021-11-18T01:11:08Z</dc:date>
    </item>
  </channel>
</rss>

