<?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中的主题 Re: Production programming LPC5504</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Production-programming-LPC5504/m-p/1433049#M48320</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The Bootloader code is integrated into the ROM of LPC5504, I think you can use use bootloader to program the LPC5504 on-chip flash.&lt;/P&gt;
&lt;P&gt;The PIO0_29 and PIO0_30 are Uart pins, you can connect the two pins to a USB-UART board from third party to do the work.&lt;/P&gt;
&lt;P&gt;On the PC, you can use blhost command.&lt;/P&gt;
&lt;P&gt;This is blhost command instruction UG.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com.cn/docs/en/user-guide/MCUBLHOSTUG.pdf" target="_blank"&gt;https://www.nxp.com.cn/docs/en/user-guide/MCUBLHOSTUG.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can download the SDK from the link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-software-development-kit-sdk:MCUXpresso-SDK" target="_blank"&gt;https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-software-development-kit-sdk:MCUXpresso-SDK&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;After you unzip the package, pls refer to the directory for the blhost.exe&lt;/P&gt;
&lt;P&gt;....\SDK_2_10_1_LPCXpresso55S06\middleware\tfm\tf-m\platform\ext\target\nxp\common\secure_boot\tools&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another tools is Flashmagic, you can download application code via both SWD&amp;nbsp; and in ISP mode.&lt;/P&gt;
&lt;P&gt;&lt;A class="link-titled" style="box-sizing: border-box; background-color: #ffffff; color: #215bd6; text-decoration: underline; outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px; font-family: Arial, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;" title="https://www.flashmagictool.com/" href="https://www.flashmagictool.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;https://www.flashmagictool.com/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope it can help you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;XiangJun Rong&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Mar 2022 02:22:49 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2022-03-24T02:22:49Z</dc:date>
    <item>
      <title>Production programming LPC5504</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Production-programming-LPC5504/m-p/1432432#M48307</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have lot of boards with LPC5504, and I need to&amp;nbsp;set on foot automatic programming of them, so I need some hardware tool that connected to MCU, and software, that can be built in my software. So, software can be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;library&lt;/LI&gt;&lt;LI&gt;console application&lt;/LI&gt;&lt;LI&gt;GUI application that can receive all necessary parameters vis command line or config file&lt;/LI&gt;&lt;LI&gt;any other type that can be called and perform erase-program-verify without involving user interaction&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I tryed to use MCU-Link as hardware, but I can't find appropreate software (openocd don't support LPC5504, MCUXpresso have't tools that I need). J-Link can be used for that, but it much more expencive than MCU-Link.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So, my question: is here any software solutions to use MCU-Link or some other cheap hardware for stream programming of boards?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 07:12:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Production-programming-LPC5504/m-p/1432432#M48307</guid>
      <dc:creator>Kabao</dc:creator>
      <dc:date>2022-03-23T07:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Production programming LPC5504</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Production-programming-LPC5504/m-p/1433049#M48320</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The Bootloader code is integrated into the ROM of LPC5504, I think you can use use bootloader to program the LPC5504 on-chip flash.&lt;/P&gt;
&lt;P&gt;The PIO0_29 and PIO0_30 are Uart pins, you can connect the two pins to a USB-UART board from third party to do the work.&lt;/P&gt;
&lt;P&gt;On the PC, you can use blhost command.&lt;/P&gt;
&lt;P&gt;This is blhost command instruction UG.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com.cn/docs/en/user-guide/MCUBLHOSTUG.pdf" target="_blank"&gt;https://www.nxp.com.cn/docs/en/user-guide/MCUBLHOSTUG.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can download the SDK from the link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-software-development-kit-sdk:MCUXpresso-SDK" target="_blank"&gt;https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-software-development-kit-sdk:MCUXpresso-SDK&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;After you unzip the package, pls refer to the directory for the blhost.exe&lt;/P&gt;
&lt;P&gt;....\SDK_2_10_1_LPCXpresso55S06\middleware\tfm\tf-m\platform\ext\target\nxp\common\secure_boot\tools&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another tools is Flashmagic, you can download application code via both SWD&amp;nbsp; and in ISP mode.&lt;/P&gt;
&lt;P&gt;&lt;A class="link-titled" style="box-sizing: border-box; background-color: #ffffff; color: #215bd6; text-decoration: underline; outline: -webkit-focus-ring-color auto 5px; outline-offset: -2px; font-family: Arial, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;" title="https://www.flashmagictool.com/" href="https://www.flashmagictool.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;https://www.flashmagictool.com/&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope it can help you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;XiangJun Rong&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 02:22:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Production-programming-LPC5504/m-p/1433049#M48320</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-03-24T02:22:49Z</dc:date>
    </item>
  </channel>
</rss>

