<?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: Debugging external AXF in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-external-AXF/m-p/592614#M30079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Sep 15 02:29:35 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There may well be a simpler way to set this up, but the following ought to work...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a new "placeholder" project for the MCU being debugged. Make the name of this project match the filename of the image to be debugged (but without the .axf extension).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Delete the src directory created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Within the Project Explorer view, create a "Debug" directory within the project and drag'n'drop your axf image from Windows Explorer into the "Debug" directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right click on the project and select....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New][SIZE=2]Launch Configurations -&amp;gt; Create Launch Configurations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]Right click again on the project and select....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New][SIZE=2]Launch Configurations -&amp;gt; Open Current Launch Configuration ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; "Main" tab[/SIZE][/FONT][FONT=Courier New]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/FONT][FONT=Courier New][SIZE=2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]and in the "Build (if required) before launching" switch to "Disable auto build".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should now be able to simply launch a debug session for your "placeholder" project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:30:47 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:30:47Z</dc:date>
    <item>
      <title>Debugging external AXF</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-external-AXF/m-p/592613#M30078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Wouter on Tue Sep 13 02:55:16 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to debug a source code within the LPCXpresso IDE, originally, the code is written in Keil uvision4. Keil outputs an .axf file, which should be some ELF format. As I do not have a keil compatible debugger, I would like to use the LPCXpresso for debugging the Keil code by importing the AXF into the LPCXpresso IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I try to importing it into my LPCXpresso workspace, by choosing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Import --&amp;gt; C/C++ Executable --&amp;gt; AXF file, ELF parser --&amp;gt; Create launch configuration: C/C++ MCU application --&amp;gt; Debug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, when hitting "Debug", nothing happens. In my workspace, I can see the project is added, and I can even view the associated source code files. But the "Debug" icon is greyed out...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know what I'm doing wrong?? I guess this should be possible like this, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wouter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:30:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-external-AXF/m-p/592613#M30078</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging external AXF</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-external-AXF/m-p/592614#M30079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Sep 15 02:29:35 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There may well be a simpler way to set this up, but the following ought to work...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a new "placeholder" project for the MCU being debugged. Make the name of this project match the filename of the image to be debugged (but without the .axf extension).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Delete the src directory created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Within the Project Explorer view, create a "Debug" directory within the project and drag'n'drop your axf image from Windows Explorer into the "Debug" directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right click on the project and select....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New][SIZE=2]Launch Configurations -&amp;gt; Create Launch Configurations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]Right click again on the project and select....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New][SIZE=2]Launch Configurations -&amp;gt; Open Current Launch Configuration ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; "Main" tab[/SIZE][/FONT][FONT=Courier New]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/FONT][FONT=Courier New][SIZE=2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]and in the "Build (if required) before launching" switch to "Disable auto build".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should now be able to simply launch a debug session for your "placeholder" project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Courier New]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:30:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-external-AXF/m-p/592614#M30079</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging external AXF</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-external-AXF/m-p/592615#M30080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ArtjomGromak on Wed Oct 05 14:54:50 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to debug the project created in IAR.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It has appeared that global variables are incorrectly displayed. What it is necessary to correct, that began to work correctly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:30:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debugging-external-AXF/m-p/592615#M30080</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:30:48Z</dc:date>
    </item>
  </channel>
</rss>

