<?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>MCUXpresso GeneralのトピックRe: Cannot run &amp;quot;Hello World&amp;quot; Example on target Hardware</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Cannot-run-quot-Hello-World-quot-Example-on-target-Hardware/m-p/1738980#M5148</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;I hope you are well.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is it correct that I should be able to download and run the program using just the USB connection to the target and MCUXpresso ?&lt;/STRONG&gt;&lt;BR /&gt;&amp;gt;&amp;gt; You will need some tools for this(blhost) is this mode USB will be able to connect to ROM boot. You can refer to this document: &lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/LPC54XXX-How-To-Use-USB-Port-To-Update-Firmware-In-ISP-Mode/ta-p/1319714" target="_blank"&gt;[LPC54XXX]: How To Use USB Port To Update Firmware... - NXP Community&lt;/A&gt;&lt;BR /&gt;The difference of the document and what you are doing is that you are entering ISP mode at power-up so you only need to load the binary.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I don't need any other external Debugger or Programming HW, correct ?&lt;/STRONG&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Not necessarily, although it is recommended if you want to debug/program directly through MCUxPresso however you can program your HW with other tools; MCUXpresso only to create the image.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What are possible causes/reasons that prohibit the launch of the program ?&lt;BR /&gt;&lt;/STRONG&gt;&amp;gt;&amp;gt;Image not written correctly, MCUXpresso needs a debugger.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Omar&lt;/P&gt;</description>
    <pubDate>Fri, 13 Oct 2023 00:14:16 GMT</pubDate>
    <dc:creator>Omar_Anguiano</dc:creator>
    <dc:date>2023-10-13T00:14:16Z</dc:date>
    <item>
      <title>Cannot run "Hello World" Example on target Hardware</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Cannot-run-quot-Hello-World-quot-Example-on-target-Hardware/m-p/1737528#M5142</link>
      <description>&lt;P&gt;Hello everybody.&lt;/P&gt;&lt;P&gt;I'm new to MCUXpresso.&lt;/P&gt;&lt;P&gt;I have set up a project in MCUXpresso for our custom hardware which comprises a LPC54005 MCU.&lt;/P&gt;&lt;P&gt;I have downloaded an imported the LPC54005 SDK, made a project.&lt;/P&gt;&lt;P&gt;I can build the "Hello World" example that is provided with the SDK without errors.&lt;/P&gt;&lt;P&gt;USB enumeration works, the LPC is visible in the Windows device manager (LPC resp. target HW is connected via USB).&lt;/P&gt;&lt;P&gt;DFU-UTIL does see the DFU device when the Board/LPC is connected and powered.&lt;/P&gt;&lt;P&gt;But so far I have not been able to run the program. There is a "launching failed" error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Beggar_0-1697030040150.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244547i68432FEC78C9E12E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Beggar_0-1697030040150.png" alt="Beggar_0-1697030040150.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Question: Is it correct that I should be able to download and run the program using just the USB connection to the target and MCUXpresso ?&lt;/P&gt;&lt;P&gt;I don't need any other external Debugger or Programming HW, correct ?&lt;/P&gt;&lt;P&gt;What are possible causes/reasons that prohibit the launch of the program ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 13:21:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Cannot-run-quot-Hello-World-quot-Example-on-target-Hardware/m-p/1737528#M5142</guid>
      <dc:creator>Beggar</dc:creator>
      <dc:date>2023-10-11T13:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run "Hello World" Example on target Hardware</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Cannot-run-quot-Hello-World-quot-Example-on-target-Hardware/m-p/1738980#M5148</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I hope you are well.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is it correct that I should be able to download and run the program using just the USB connection to the target and MCUXpresso ?&lt;/STRONG&gt;&lt;BR /&gt;&amp;gt;&amp;gt; You will need some tools for this(blhost) is this mode USB will be able to connect to ROM boot. You can refer to this document: &lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/LPC54XXX-How-To-Use-USB-Port-To-Update-Firmware-In-ISP-Mode/ta-p/1319714" target="_blank"&gt;[LPC54XXX]: How To Use USB Port To Update Firmware... - NXP Community&lt;/A&gt;&lt;BR /&gt;The difference of the document and what you are doing is that you are entering ISP mode at power-up so you only need to load the binary.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I don't need any other external Debugger or Programming HW, correct ?&lt;/STRONG&gt;&lt;BR /&gt;&amp;gt;&amp;gt;Not necessarily, although it is recommended if you want to debug/program directly through MCUxPresso however you can program your HW with other tools; MCUXpresso only to create the image.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What are possible causes/reasons that prohibit the launch of the program ?&lt;BR /&gt;&lt;/STRONG&gt;&amp;gt;&amp;gt;Image not written correctly, MCUXpresso needs a debugger.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Omar&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 00:14:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Cannot-run-quot-Hello-World-quot-Example-on-target-Hardware/m-p/1738980#M5148</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2023-10-13T00:14:16Z</dc:date>
    </item>
  </channel>
</rss>

