<?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: LPC54114 flash programming using UART(ISP Mode) in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853840#M33928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could see your hex file is working in flash magic. Please let me know the difference between yours and mine because I have generated through MCUXpresso IDE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to test my hex file in LPC. Please share your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2019 16:22:20 GMT</pubDate>
    <dc:creator>seku</dc:creator>
    <dc:date>2019-01-24T16:22:20Z</dc:date>
    <item>
      <title>LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853834#M33922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Step 1 :&amp;nbsp;&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;I have OM13089 LPCeXPRESSO 5411X Rev B. Using MCUXpresso IDE, developed small LED code to glow LED as RED P_0_29. Verified that code in IDE and generated the bin file using the below command in IDE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arm-none-eabi-size "${BuildArtifactFileName}"&lt;BR /&gt;arm-none-eabi-objcopy -v -O binary "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin"&lt;BR /&gt;checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin"&lt;BR /&gt;arm-none-eabi-objcopy -I binary -O ihex "${BuildArtifactFileBaseName}.bin" "${BuildArtifactFileBaseName}.hex"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2 :&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; - Connected LPC5411x UART pin with USB-TTL. From my PC, opened the COM port using RealTerm serial application and sent the following sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Put the LPC in ISP mode&lt;/P&gt;&lt;P&gt;- Sent "?\r\n" -&amp;gt; Received "Synchronized"&lt;/P&gt;&lt;P&gt;- Sent "Synchronized" -&amp;gt; Received "Ok"&lt;/P&gt;&lt;P&gt;- Sent "J\r\n" -&amp;gt; Received the proper Device ID.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Copied the generated .bin file MCUXpress to my PC local directory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Sent "W 536870912 14224" -&amp;gt; Write at RAM address 0x2000 0000(SRAM0 - start address) bytes - 14224.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt; Received "0"&lt;/P&gt;&lt;P&gt;-&amp;gt; Uploaded the bin file&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;gt; Sent "R 536870912 14224" -&amp;gt; Able to read the content that i have uploaded.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;gt; Sent "U 23130" -&amp;gt; Received "0"&lt;/P&gt;&lt;P&gt;-&amp;gt; Sent "G&amp;nbsp;&lt;SPAN&gt;536870912 A" -&amp;gt; No response and the code is not getting executed.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried with SRAM1 start address as well. Same observation.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The same code is working&amp;nbsp;in MCUXpress. Am i missing somethings? Please share your thoughts/inputs.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2019 20:54:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853834#M33922</guid>
      <dc:creator>seku</dc:creator>
      <dc:date>2019-01-22T20:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853835#M33923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="327444" data-username="seku@syntronic.com" href="https://community.nxp.com/people/seku@syntronic.com"&gt;Senthil Kumaresan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;First of all, I recommend you using Flash Magic download your hex file, check whether it can work well.&lt;/P&gt;&lt;P&gt;Thus we can confirm the ISP mode and hex file can work well.&lt;/P&gt;&lt;P&gt;Then check the commands.&lt;/P&gt;&lt;P&gt;Please let me know the result using Flash Magic. If it also not work, how about a simple hex file, or you can send&lt;/P&gt;&lt;P&gt;your hex file to me , I will test it on my side.&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 07:03:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853835#M33923</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-01-23T07:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853836#M33924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have downloaded the flash magic and programmed my hex file. The programming is done but the verification is getting failed. Not sure what is the reason. Attached the screen shot for reference and also my hex file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="FM_2.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/75936i8DECBEE7408D7E4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="FM_2.jpg" alt="FM_2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 15:15:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853836#M33924</guid>
      <dc:creator>seku</dc:creator>
      <dc:date>2019-01-23T15:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853837#M33925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have chosen the Erase blocks used by firmware option. Now I did over cover the verifying error. The programming has been finished. However after reset, the code is not executing, the LED is not glowing in RED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is just glowing the LED in RED (P_0_29)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="FM_3.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/76441iCD4A0824D63895FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="FM_3.JPG" alt="FM_3.JPG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 15:50:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853837#M33925</guid>
      <dc:creator>seku</dc:creator>
      <dc:date>2019-01-23T15:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853838#M33926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your .hex file really can't work, please test my attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2019 10:20:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853838#M33926</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-01-24T10:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853839#M33927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try the attached one. Can I know the reason why my hex file will not work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2019 14:44:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853839#M33927</guid>
      <dc:creator>seku</dc:creator>
      <dc:date>2019-01-24T14:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853840#M33928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could see your hex file is working in flash magic. Please let me know the difference between yours and mine because I have generated through MCUXpresso IDE.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to test my hex file in LPC. Please share your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2019 16:22:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853840#M33928</guid>
      <dc:creator>seku</dc:creator>
      <dc:date>2019-01-24T16:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853841#M33929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition that, if I need to use to realterm terminal , which is the right RAM address to load the binary file and verify in the RAM itself before programming in to the flash.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2019 16:43:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853841#M33929</guid>
      <dc:creator>seku</dc:creator>
      <dc:date>2019-01-24T16:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853842#M33930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="327444" data-username="seku@syntronic.com" href="https://community.nxp.com/people/seku@syntronic.com"&gt;Senthil Kumaresan&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;The hex file I send you just a SDK demo.&lt;/P&gt;&lt;P&gt;What about your project? Does it can work well when debug mode ? You can send your project to me ,&lt;/P&gt;&lt;P&gt;I will check it on my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2019 08:56:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853842#M33930</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-01-29T08:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853843#M33931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately my project has some build issues. I cannot share at this moment. However I can live with the demo led_blink hex file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please point out the right SRAM address to load the file through Realterm and verify through Go command. So that I will use that SRARM address in my c code to program the LPC from host (IMX8M Mini)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2019 16:08:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853843#M33931</guid>
      <dc:creator>seku</dc:creator>
      <dc:date>2019-01-29T16:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853844#M33932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the SRAM address (0x2001_0000) in the Real term terminal to load the *.bin file and initiated the Go command. The code is executed successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am following the same sequence in c code from IMX8M host. It is not working . I am debugging the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2019 18:59:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853844#M33932</guid>
      <dc:creator>seku</dc:creator>
      <dc:date>2019-01-29T18:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853845#M33933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the below from my host (IMX8M Mini).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx8:~# echo -e -n "?" &amp;gt; /dev/ttymxc2&lt;BR /&gt;root@imx8:~# echo -e -n "Synchronized" &amp;gt; /dev/ttymxc2&lt;BR /&gt;root@imx8:~# echo -e -n "J" &amp;gt; /dev/ttymxc2&lt;BR /&gt;root@imx8:~# echo -e -n "J" &amp;gt; /dev/ttymxc2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I pass the single command in the echo as mentioned above, I could see the results but for the below commands, always receiving "1" output and that indicating "INVALID ISP command"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;root@imx8:~# echo -e -n "U 23130" &amp;gt; /dev/ttymxc2&lt;/P&gt;&lt;P&gt;root@imx8:~# echo -e -n "W 536936448 14240" &amp;gt; /dev/ttymxc2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure why LPC responds "1" for U and W command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2019 20:41:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853845#M33933</guid>
      <dc:creator>seku</dc:creator>
      <dc:date>2019-01-29T20:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 flash programming using UART(ISP Mode)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853846#M33934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Senthil,&lt;/P&gt;&lt;P&gt;I use the&amp;nbsp; Flash Magic Terminal to test,&amp;nbsp; the "U" and "W" commands can work well:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72010i3A36AB595CD864C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can communicate well with Real term terminal&amp;nbsp; on PC, meaning there is no problem in LPC54114,&lt;/P&gt;&lt;P&gt;I don't know IMX8M Mini well, about this product, you can ask on I.MX thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/space/2004"&gt;i.MX Processors&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 10:12:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-flash-programming-using-UART-ISP-Mode/m-p/853846#M33934</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-02-11T10:12:09Z</dc:date>
    </item>
  </channel>
</rss>

