<?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: LPCXpressov3.4 how to create hex file in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542519#M7876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jesse.Rosenberg on Thu Aug 12 15:16:00 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm guessing you're hoping to program via Flash Magic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll want to use obj-copy to convert your output files, however you'll also need to ensure that you've properly inserted a CRC into the vector table as per the "Valid User Code" requirements of the LPC (see the user manual).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This can be done with post build actions&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=black][FONT=Arial]ELF=&amp;gt;BIN without CRC:[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=black][FONT=Arial]arm-none-eabi-objcopy -O binary ${BuildArtifactFileName} ${BuildArtifactFileBaseName}.bin;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BIN=&amp;gt;BIN with CRC [/FONT][/COLOR](this is useful for USB ISP mode with LPC13xx parts)[COLOR=black][FONT=Arial]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;checksum -v ${BuildArtifactFileBaseName}.bin;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BIN with CRC =&amp;gt; HEX with CRC[/FONT][/COLOR][COLOR=black][FONT=Arial]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-objcopy -I binary ${BuildArtifactFileBaseName}.bin -O ihex ${BuildArtifactFileBaseName}.hex[/FONT][/COLOR]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:02:24 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:02:24Z</dc:date>
    <item>
      <title>LPCXpressov3.4 how to create hex file</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542517#M7874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bharat.gopani on Thu Aug 12 00:40:09 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to LPCXpressov3.4 C compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying for building Example Projects , Building is successful , but hex file is not&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;created .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can anybody help me for how to create hex file for LPCXpressov3.4 ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:02:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542517#M7874</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpressov3.4 how to create hex file</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542518#M7875</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 Aug 12 00:57:39 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all, why do you want to create a hex file? The 'native' format for executable is .axf. The debugger can load this straight into the target board, and the flash programmer can do the same. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are really sure that you want a hex files, read this knowledgebase article:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://lpcxpresso.code-red-tech.com/LPCXpresso/node/34&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;(login required)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:02:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542518#M7875</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpressov3.4 how to create hex file</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542519#M7876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Jesse.Rosenberg on Thu Aug 12 15:16:00 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm guessing you're hoping to program via Flash Magic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll want to use obj-copy to convert your output files, however you'll also need to ensure that you've properly inserted a CRC into the vector table as per the "Valid User Code" requirements of the LPC (see the user manual).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This can be done with post build actions&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=black][FONT=Arial]ELF=&amp;gt;BIN without CRC:[/FONT][/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=black][FONT=Arial]arm-none-eabi-objcopy -O binary ${BuildArtifactFileName} ${BuildArtifactFileBaseName}.bin;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BIN=&amp;gt;BIN with CRC [/FONT][/COLOR](this is useful for USB ISP mode with LPC13xx parts)[COLOR=black][FONT=Arial]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;checksum -v ${BuildArtifactFileBaseName}.bin;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BIN with CRC =&amp;gt; HEX with CRC[/FONT][/COLOR][COLOR=black][FONT=Arial]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-objcopy -I binary ${BuildArtifactFileBaseName}.bin -O ihex ${BuildArtifactFileBaseName}.hex[/FONT][/COLOR]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:02:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542519#M7876</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpressov3.4 how to create hex file</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542520#M7877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bharat.gopani on Fri Aug 13 04:28:56 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks For Reply .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your guessing is correct .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want hex file for flash Magic . &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let you know that I am using Windows Platform not a linux .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But can you give detail information for how to create hex file .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:02:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542520#M7877</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpressov3.4 how to create hex file</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542521#M7878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by renan on Fri Aug 13 05:26:58 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you read the link in CodeRedSupport post? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso is for Windows. The post from Jesse.Rosenberg is giving you a lot of information on how to create your hex file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the link from CodeRedSupport post, it gives you a way to create your hex file automatically when you build your project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What details do you need to generate your hex file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Renan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:02:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542521#M7878</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpressov3.4 how to create hex file</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542522#M7879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Link is dead&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 19:00:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542522#M7879</guid>
      <dc:creator>rbeck</dc:creator>
      <dc:date>2016-10-25T19:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpressov3.4 how to create hex file</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542523#M7880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's an old post (made &amp;gt; 6 years ago) for LPCXpresso IDE v3.&amp;nbsp;The current LPCXpresso FAQs (for IDE v8) are at:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/community/lpcxpresso-ide/lpcxpresso-ide-faqs"&gt;https://community.nxp.com/community/lpcxpresso-ide/lpcxpresso-ide-faqs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And creating hex files is covered in:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/389005"&gt;Generating srec, binary and ihex files&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/389116"&gt;Post-processing your linked application&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 16:36:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpressov3-4-how-to-create-hex-file/m-p/542523#M7880</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2016-10-27T16:36:02Z</dc:date>
    </item>
  </channel>
</rss>

