<?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 to create HEX files ? in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-to-create-HEX-files/m-p/553715#M12892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Nodame on Thu Feb 11 18:33:33 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear sir,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that command description in the project settings as you said.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But in fact, I don't know where HEX file was create.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no HEX file in the workspace - even in Debug folder also,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you please let me know where ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:40:27 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:40:27Z</dc:date>
    <item>
      <title>How to create HEX files ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-to-create-HEX-files/m-p/553713#M12890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Nodame on Thu Feb 11 18:04:08 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Would someone please let me know how to create HEX files ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any option in the project settings tab fot it ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sory, I cound not find it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:40:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-to-create-HEX-files/m-p/553713#M12890</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create HEX files ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-to-create-HEX-files/m-p/553714#M12891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_USA on Thu Feb 11 18:16:05 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Nodame&lt;/STRONG&gt;&lt;BR /&gt;Would someone please let me know how to create HEX files ?&lt;BR /&gt;Is there any option in the project settings tab fot it ?&lt;BR /&gt;Sory, I cound not find it.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso creates .axf files by default, but it includes a program called arm-none-eabi-objcopy which can generate a .hex file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From the command line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CD to the LPCXpresso directory- usually C:\NXP\LPCXpresso3.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now run objcopy by typing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tools\bin\arm-none-eabi-objcopy -O Format input-file output-file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Format is one of binary, srec, ihex, tekhex, symbolsrec. ihex generates an Intel hex format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;input-file is the .axf file and output-file is the name of the output file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A call to objcopy can be added as a post-build step to auto-generate the hex file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-objcopy –O ihex ${BuildArtifactFileName} ${BuildArtifactFileBaseName}.hex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:40:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-to-create-HEX-files/m-p/553714#M12891</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create HEX files ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-to-create-HEX-files/m-p/553715#M12892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Nodame on Thu Feb 11 18:33:33 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear sir,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that command description in the project settings as you said.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But in fact, I don't know where HEX file was create.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no HEX file in the workspace - even in Debug folder also,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you please let me know where ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:40:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-to-create-HEX-files/m-p/553715#M12892</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create HEX files ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/How-to-create-HEX-files/m-p/553716#M12893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Nodame on Thu Feb 11 18:38:46 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I got it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Default setting is usualy defined with '#' for existing project examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HEX will be created if '#' is deleted from project settings description.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your helpful suggestion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:40:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/How-to-create-HEX-files/m-p/553716#M12893</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:40:27Z</dc:date>
    </item>
  </channel>
</rss>

