<?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: Hex for flashmagic in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Hex-for-flashmagic/m-p/575437#M22301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Thu May 10 06:42:35 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you read the whole page, including following the link to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/PostProcessApp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you follow the instructions, it works... If you are still having problems tell us what you did and what went wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:06:09 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:06:09Z</dc:date>
    <item>
      <title>Hex for flashmagic</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Hex-for-flashmagic/m-p/575436#M22300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by blasiis on Thu May 10 05:37:46 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to convert the axf file to hex format used in flasmagic .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have try to use the metod write in this page, but don't run !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWik/OutputFormats?highlight=%28hex%29&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How must convert the axf to hex ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:06:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Hex-for-flashmagic/m-p/575436#M22300</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hex for flashmagic</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Hex-for-flashmagic/m-p/575437#M22301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Thu May 10 06:42:35 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you read the whole page, including following the link to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/PostProcessApp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you follow the instructions, it works... If you are still having problems tell us what you did and what went wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:06:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Hex-for-flashmagic/m-p/575437#M22301</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hex for flashmagic</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Hex-for-flashmagic/m-p/575438#M22302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by blasiis on Thu May 10 07:17:12 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have this message&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[I]arm-none-eabi-size MyApp.axf; # arm-none-eabi-objcopy -O binary MyApp.axf MyApp.bin ; checksum -d MyApp.bin; arm-none-eabi-size MyApp.axf;&amp;nbsp;&amp;nbsp;&amp;nbsp; arm-none-eabi-objdump -S MyApp.axf &amp;gt;MyApp.lss;&amp;nbsp;&amp;nbsp;&amp;nbsp; arm-none-eabi-objcopy -O ihex MyApp.axf MyApp.hex;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hex&amp;nbsp;&amp;nbsp;&amp;nbsp; filename&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; 98824&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 716&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5600&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 105140&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19ab4&amp;nbsp;&amp;nbsp;&amp;nbsp; MyApp.axf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/I]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I don't find the MyApp.hex file&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:06:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Hex-for-flashmagic/m-p/575438#M22302</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hex for flashmagic</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Hex-for-flashmagic/m-p/575439#M22303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Thu May 10 07:26:25 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you even bother to READ the instructions? Remove the # from the line - it is a comment character.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:06:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Hex-for-flashmagic/m-p/575439#M22303</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hex for flashmagic</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Hex-for-flashmagic/m-p/575440#M22304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by blasiis on Thu May 10 08:04:25 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: TheFallGuy&lt;/STRONG&gt;&lt;BR /&gt;Did you even bother to READ the instructions? Remove the # from the line - it is a comment character.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK Thanks, I dont was read all well !!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:06:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Hex-for-flashmagic/m-p/575440#M22304</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:06:10Z</dc:date>
    </item>
  </channel>
</rss>

