<?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: How do you sucessfully rebulid Blinky (LPCXpresso55S69) example on Arm KEIL MDK? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-you-sucessfully-rebulid-Blinky-LPCXpresso55S69-example-on/m-p/1233253#M43976</link>
    <description>&lt;P&gt;Hello, I test it on my side, it work well&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1613703768540.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/137525i85A2A53EC5C3F319/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1613703768540.png" alt="Alice_Yang_0-1613703768540.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems you missing a BSP for LPCxpresso55s69 board:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_2-1613703850632.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/137527i151C167C416B991F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_2-1613703850632.png" alt="Alice_Yang_2-1613703850632.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditorAlice_Yang_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 03:04:37 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2021-02-19T03:04:37Z</dc:date>
    <item>
      <title>How do you sucessfully rebulid Blinky (LPCXpresso55S69) example on Arm KEIL MDK?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-you-sucessfully-rebulid-Blinky-LPCXpresso55S69-example-on/m-p/1222252#M43754</link>
      <description>&lt;P&gt;Hello community,&lt;BR /&gt;I can't rebuild the Blinky (LPCXpresso55S69) example on Arm KEIL MDK.&lt;/P&gt;&lt;P&gt;This example is included in the NXP::LPCXpresso55S69_BSP.&lt;BR /&gt;Of course, I also have DFP installed.&lt;/P&gt;&lt;P&gt;*****************************&lt;BR /&gt;NXP::LPC55S69_DFP&lt;BR /&gt;version 12.4.0 (2021-01-14)&lt;/P&gt;&lt;P&gt;NXP::LPCXpresso&lt;BR /&gt;version 12.4.0 (2021-01-14)&lt;/P&gt;&lt;P&gt;ARM::CMSIS&lt;BR /&gt;version 5.7.0(2020-04-09)&lt;BR /&gt;*****************************&lt;/P&gt;&lt;P&gt;Also, there is a problem with the Run-Time Environment settings of this example project file.&lt;/P&gt;&lt;P&gt;NXP::Device:Startup software components requied NXP::Device:CMSIS:LPC55S69_system.&lt;BR /&gt;However, The NXP::Device:CMSIS:LPC55S69_system are not selected.&lt;/P&gt;&lt;P&gt;This issue can be easily fixed from the "Manage Run-Time Environment".&lt;BR /&gt;All you have to do is click the resolve button and OK button.&lt;BR /&gt;However, even with this fix, the rebuild does not succeed.&lt;/P&gt;&lt;P&gt;The following is the error message when rebuilding.&lt;/P&gt;&lt;P&gt;Build Output:&lt;BR /&gt;startup_LPC55S69_cm33_core0.S: Error: A1067E: Output file specified as 'C:\Users\USER_NAME\AppData\Local\Arm\Packs\NXP\LPC55S69_DFP\12.4.0\arm\startup_LPC55S69_cm33_core0.S', but it has already been specified as '.\objects\startup_lpc55s69_cm33_core0.o'&lt;BR /&gt;startup_LPC55S69_cm33_core0.S: error: A1023E: File "assembler-with-cpp" could not be opened: No such file or directory&lt;/P&gt;&lt;P&gt;Any clarification would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 00:12:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-you-sucessfully-rebulid-Blinky-LPCXpresso55S69-example-on/m-p/1222252#M43754</guid>
      <dc:creator>AquaSound</dc:creator>
      <dc:date>2021-01-28T00:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do you sucessfully rebulid Blinky (LPCXpresso55S69) example on Arm KEIL MDK?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-you-sucessfully-rebulid-Blinky-LPCXpresso55S69-example-on/m-p/1222435#M43756</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;There is demo for LPCXpresso55s69 under MCUXpresso SDK, it support KEIL, just download and&amp;nbsp;&lt;/P&gt;
&lt;P&gt;open to build:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/select" target="_blank"&gt;https://mcuxpresso.nxp.com/en/select&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1611817324417.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/135970i61FC3CFD510DBC2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1611817324417.png" alt="Alice_Yang_0-1611817324417.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 07:02:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-you-sucessfully-rebulid-Blinky-LPCXpresso55S69-example-on/m-p/1222435#M43756</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-01-28T07:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do you sucessfully rebulid Blinky (LPCXpresso55S69) example on Arm KEIL MDK?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-you-sucessfully-rebulid-Blinky-LPCXpresso55S69-example-on/m-p/1222542#M43759</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Thank you Alice-san,&lt;BR /&gt;Your advice is correct.&lt;/P&gt;&lt;P&gt;However, Arm Keil MDK tool customers first use BSP, which can be downloaded from the page at the URL below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.keil.com/boards2/nxp/lpcxpresso55s69/#/third-party-download-dialog" target="_blank"&gt;https://www.keil.com/boards2/nxp/lpcxpresso55s69/#/third-party-download-dialog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I want to update this BSP file.&lt;BR /&gt;Because, Blinky is also a popular example program on Arm tool-chain.&lt;BR /&gt;I think that the fact that the project file can be easily built will lead to the purchase of the device.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 09:14:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-you-sucessfully-rebulid-Blinky-LPCXpresso55S69-example-on/m-p/1222542#M43759</guid>
      <dc:creator>AquaSound</dc:creator>
      <dc:date>2021-01-28T09:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do you sucessfully rebulid Blinky (LPCXpresso55S69) example on Arm KEIL MDK?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-you-sucessfully-rebulid-Blinky-LPCXpresso55S69-example-on/m-p/1233253#M43976</link>
      <description>&lt;P&gt;Hello, I test it on my side, it work well&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1613703768540.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/137525i85A2A53EC5C3F319/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1613703768540.png" alt="Alice_Yang_0-1613703768540.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems you missing a BSP for LPCxpresso55s69 board:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_2-1613703850632.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/137527i151C167C416B991F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_2-1613703850632.png" alt="Alice_Yang_2-1613703850632.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditorAlice_Yang_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 03:04:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-you-sucessfully-rebulid-Blinky-LPCXpresso55S69-example-on/m-p/1233253#M43976</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-02-19T03:04:37Z</dc:date>
    </item>
  </channel>
</rss>

