<?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>LPCXpresso IDEのトピックintel hex and binary formats</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/intel-hex-and-binary-formats/m-p/567558#M18928</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 Tue Apr 06 11:10:34 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;When I build my project it generates that axf format. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://lpcxpresso.code-red-tech.com/LPCXpresso/node/34&lt;/A&gt;&lt;SPAN&gt; I can generate intel hex and binary format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I still have a question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does any of those generated files have some kind of a header? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need some information about the binary one, for example: the time/date, project name, version...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, how can I do such header?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Renan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:20:36 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:20:36Z</dc:date>
    <item>
      <title>intel hex and binary formats</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/intel-hex-and-binary-formats/m-p/567558#M18928</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 Tue Apr 06 11:10:34 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;When I build my project it generates that axf format. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://lpcxpresso.code-red-tech.com/LPCXpresso/node/34&lt;/A&gt;&lt;SPAN&gt; I can generate intel hex and binary format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I still have a question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does any of those generated files have some kind of a header? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need some information about the binary one, for example: the time/date, project name, version...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, how can I do such header?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Renan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:20:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/intel-hex-and-binary-formats/m-p/567558#M18928</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: intel hex and binary formats</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/intel-hex-and-binary-formats/m-p/567559#M18929</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 Tue Apr 06 12:11:53 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello renan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Neither the Intel Hex neither the binary file format has a header including the project time/date, project name, or version. The binary file format only contains the constant data and code generated by the compiler. The Intel Hex format contains the same information, but as hex bytes instead of binary ones. The Intel Hex format also includes the addresses where the data is stored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To incorporate the date and version information into the program, it is possible to define a block of constant data at a specific location in flash. This constant data could be the GCC __DATE__ variable or other information such as the current project name. External software could read the Intel Hex file or the binary file generated by the linker and retrieve this string.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For an example of how to put values into the flash at a specific address, look at the LPCXpresso CRP example. In the CRP example, a 32-bit integer is placed into the CRP_WORD variable. A compiler keyword is used to place the CRP_WORD variable into a .crp section. The linker script for this project is modified to place the .crp section at a specific address in flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-NXP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:20:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/intel-hex-and-binary-formats/m-p/567559#M18929</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: intel hex and binary formats</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/intel-hex-and-binary-formats/m-p/567560#M18930</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 Wed Apr 07 04:33:26 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP_USA&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you. It works as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;The linker script for this project is modified to place the .crp section&amp;nbsp; at a specific address in flash.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to do this without modifying the linker script?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Renan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:20:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/intel-hex-and-binary-formats/m-p/567560#M18930</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:20:37Z</dc:date>
    </item>
  </channel>
</rss>

