<?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: Programming internal flash in LPCXpresso1549 evaluation board in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1260937#M44620</link>
    <description>&lt;P&gt;Hi converse,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I could program the internal flash with LPCXpresso. It works fine.&lt;/P&gt;&lt;P&gt;But after a power cycle of the board, it doesn't boot from the internal flash.&lt;/P&gt;&lt;P&gt;So I would like to know the jumper setting to program internal flash for the LPCXpresso1549 evaluation board.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Adish PV&lt;/P&gt;</description>
    <pubDate>Tue, 13 Apr 2021 03:50:52 GMT</pubDate>
    <dc:creator>adishpv</dc:creator>
    <dc:date>2021-04-13T03:50:52Z</dc:date>
    <item>
      <title>Programming internal flash in LPCXpresso1549 evaluation board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1260618#M44614</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have been using LPCXpresso1549 evaluation in DFU mode to program the firmware.&lt;/P&gt;&lt;P&gt;Now, I want to program the internal flash with LPCXpresso IDE and the inbuilt link on the evaluation board and boot from the internal flash.&lt;/P&gt;&lt;P&gt;Couldn't find a proper user manual for the 1549 evaluation board.&lt;/P&gt;&lt;P&gt;Detailed steps and jumper options to program the internal flash with LPCXpresso IDE will be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Adish PV&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 14:17:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1260618#M44614</guid>
      <dc:creator>adishpv</dc:creator>
      <dc:date>2021-04-12T14:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Programming internal flash in LPCXpresso1549 evaluation board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1260626#M44615</link>
      <description>&lt;P&gt;To program the internal flash via the IDE, just connect the USB port. The IDE will find the board. If you are debugging, start a debug session and the flash will be programmed on startup. If you just want to program the flash (without debugging), use the GUI Flash tools within the IDE.&lt;/P&gt;&lt;P&gt;All of this is described in the IDE User Manual.&lt;/P&gt;&lt;P&gt;P.S. LPCXpresso has been replaced with MCUXpresso.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 14:30:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1260626#M44615</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2021-04-12T14:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Programming internal flash in LPCXpresso1549 evaluation board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1260937#M44620</link>
      <description>&lt;P&gt;Hi converse,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I could program the internal flash with LPCXpresso. It works fine.&lt;/P&gt;&lt;P&gt;But after a power cycle of the board, it doesn't boot from the internal flash.&lt;/P&gt;&lt;P&gt;So I would like to know the jumper setting to program internal flash for the LPCXpresso1549 evaluation board.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Adish PV&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 03:50:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1260937#M44620</guid>
      <dc:creator>adishpv</dc:creator>
      <dc:date>2021-04-13T03:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Programming internal flash in LPCXpresso1549 evaluation board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1261034#M44623</link>
      <description>&lt;P&gt;Have you set the flash image checksum?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/LPC-Image-Checksums/m-p/471035" target="_blank"&gt;https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/LPC-Image-Checksums/m-p/471035&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or have you used semihosting (printf or other C I/O)?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/What-is-Semihosting/m-p/475390" target="_blank"&gt;https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/What-is-Semihosting/m-p/475390&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 06:51:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1261034#M44623</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2021-04-13T06:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Programming internal flash in LPCXpresso1549 evaluation board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1261778#M44640</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_10" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/185546" target="_self"&gt;adishpv&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;MCUXpresso IDE or LPCxpresso can programming internal flash of LPC1549.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Please as converse said, check whether&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;used semihosting (printf or other C I/O).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;You can also use another demo code that doesn't includes printf&amp;nbsp; to test.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 07:34:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1261778#M44640</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-04-14T07:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Programming internal flash in LPCXpresso1549 evaluation board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1262528#M44657</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;The project I used doesn't have semihosting.&lt;/P&gt;&lt;P&gt;It just has UART prints. Flash using LPCXpresso is fine.&lt;/P&gt;&lt;P&gt;What I am not sure about is the jumper options to boot from internal flash for the LPCXpresso1549 evaluation board.&lt;/P&gt;&lt;P&gt;Any info regarding the jumper options will be much appreciated.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Adish PV&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 06:28:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1262528#M44657</guid>
      <dc:creator>adishpv</dc:creator>
      <dc:date>2021-04-15T06:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Programming internal flash in LPCXpresso1549 evaluation board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1262546#M44659</link>
      <description>&lt;P&gt;Hello Adish PV,&lt;/P&gt;
&lt;P&gt;About jumper you can have a look at:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com.cn/docs/en/supporting-information/LPCXPRESSO-V2-BOARD-FAMILY-SI.pdf" target="_blank"&gt;https://www.nxp.com.cn/docs/en/supporting-information/LPCXPRESSO-V2-BOARD-FAMILY-SI.pdf&lt;/A&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;And Schematic of your board:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc1500-cortex-m3/lpcxpresso-board-for-lpc1549:OM13056" target="_blank"&gt;https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc1500-cortex-m3/lpcxpresso-board-for-lpc1549:OM13056&lt;/A&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 06:57:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Programming-internal-flash-in-LPCXpresso1549-evaluation-board/m-p/1262546#M44659</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-04-15T06:57:16Z</dc:date>
    </item>
  </channel>
</rss>

