<?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 generate srec or bin file in MCUXpresso IDE in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630207#M147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Rob's comments above, I would also suggest that you take a look at the supplied MCUXpresso IDE User Guide - there is a section in the Appendix called "Creating bin and hex files" that goes into details on the various options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In particular, if you just need a one-off generation, then rather than modifying the post-build steps, you can use Project Explorer right click menu -&amp;gt; Binary Utilities options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2017 10:38:01 GMT</pubDate>
    <dc:creator>lpcxpresso_supp</dc:creator>
    <dc:date>2017-03-29T10:38:01Z</dc:date>
    <item>
      <title>How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630205#M145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, can you help to check where to set generating srec file or bin file when compiling in MCUXpresso? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shaowei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 09:26:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630205#M145</guid>
      <dc:creator>Lurkersoo</dc:creator>
      <dc:date>2017-03-29T09:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630206#M146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your project properties select the "Build Steps" tab and edit the "Post build steps".&lt;/P&gt;&lt;P&gt;Most likely there is something like:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;arm-none-eabi-size "${BuildArtifactFileName}"&lt;BR /&gt;# arm-none-eabi-objcopy -v -O binary "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin"&lt;BR /&gt;# checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;in there. Just remove the "#" in front of the two lines to create a binary file and place the correct checksum in the file.&lt;/P&gt;&lt;P&gt;When you replace the "-O binary" with "-O srec" or "-O ihex" you get the output in motorola S-record or intel Hex format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 10:25:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630206#M146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T10:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630207#M147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Rob's comments above, I would also suggest that you take a look at the supplied MCUXpresso IDE User Guide - there is a section in the Appendix called "Creating bin and hex files" that goes into details on the various options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In particular, if you just need a one-off generation, then rather than modifying the post-build steps, you can use Project Explorer right click menu -&amp;gt; Binary Utilities options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 10:38:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630207#M147</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-03-29T10:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630208#M148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have posted a document on that topic here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-333991"&gt;https://community.nxp.com/docs/DOC-333991&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 05:57:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630208#M148</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-03-30T05:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630209#M149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more question, if I want to specify dedicated data per line in srec format, how to set it.&lt;/P&gt;&lt;P&gt;For example, 32 byts per line or 64 byts per line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shaowei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 06:29:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630209#M149</guid>
      <dc:creator>Lurkersoo</dc:creator>
      <dc:date>2017-03-31T06:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630210#M150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the option --srec-len 32 or --srec-len 64 tp the options, so the line then reads:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;arm-none-eabi-objcopy -v -O srec --srec-len 64 "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 07:00:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630210#M150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-31T07:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630211#M151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to specify the EOL character?&amp;nbsp; I am wanting the output to match the format of an output file from Code Warrior that specified the EOL character as DOS(\r\n).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2020 21:08:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630211#M151</guid>
      <dc:creator>christopher_hes</dc:creator>
      <dc:date>2020-01-07T21:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630212#M152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The IDE uses the GNU objcopy tool (see &lt;A class="link-titled" href="http://docs.adacore.com/live/wave/binutils-stable/html/binutils/binutils.html#objcopy" title="http://docs.adacore.com/live/wave/binutils-stable/html/binutils/binutils.html#objcopy"&gt;GNU Binary Utilities&lt;/A&gt;&amp;nbsp; for its command line arguments), and afik there is no option to change the line endings. I believe it is controlled by the host machine. I just checked on my Windows machine and there is \r\n present:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101809i6679FCAAF72AE642/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2020 07:27:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/630212#M152</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-01-08T07:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/1249207#M6820</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using MCUXpresso IDE V11.2.1 Build 4149 and SDK_2.x_EVK_MIMXRT1064 version 2.8.6.&lt;/P&gt;&lt;P&gt;This is my Post-build steps:&lt;BR /&gt;arm-none-eabi-size "${BuildArtifactFileName}"&lt;BR /&gt;arm-none-eabi-objcopy -v -O ihex "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.hex"&lt;BR /&gt;arm-none-eabi-objcopy -v -O binary "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin"&lt;BR /&gt;checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin"&lt;BR /&gt;&lt;BR /&gt;I also manually followed the steps in MCUXpresso IDE User Guide to create bin and hex records by using the Binary Utilities.&lt;BR /&gt;&lt;BR /&gt;myproject.axf 'file size' on disk is about 4.42 MB.&amp;nbsp; For each of the above two approaches/methods, the generated myproject.hex and/or myproject.bin 'file size' on disk is about 1.2 GB.&lt;BR /&gt;&lt;BR /&gt;I'm puzzled why the generated hex or bin files are so large. Please help with what I'm doing incorrectly.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 21:02:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/1249207#M6820</guid>
      <dc:creator>julian123</dc:creator>
      <dc:date>2021-03-21T21:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/1249209#M6821</link>
      <description>&lt;P&gt;By definition a BIN file contains just data, no address information. If there are holes in the address space, then these are filled with zeroes so that the memory that does exist (beyond the holes) is correctly filled.&lt;/P&gt;&lt;P&gt;Basically, BIN files are only suitable for single contiguous address spaces and not for address spaces with holes. You should instead use a format that contains address information, such as SREC or similar.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 22:17:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/1249209#M6821</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2021-03-21T22:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/1249210#M6822</link>
      <description>&lt;P&gt;Thanks for your reply Converse.&lt;BR /&gt;&lt;BR /&gt;I tried both hex and s19 formats, same issue.&lt;BR /&gt;My axf file is about 4.42 MB but hex, s19 files are about 1.2 GB each.&lt;BR /&gt;&lt;BR /&gt;This is how I generate any of the above two (2) formats:&lt;BR /&gt;- Right click on myproject.axf.&lt;BR /&gt;- Select Binary Utilities&lt;BR /&gt;- Then I select either Create hex or Create S Record.&lt;BR /&gt;&lt;BR /&gt;I'm doing something incorrectly, unfortunately can not figure out what though.&lt;BR /&gt;Any help is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 23:04:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/1249210#M6822</guid>
      <dc:creator>julian123</dc:creator>
      <dc:date>2021-03-21T23:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/1249211#M6823</link>
      <description>&lt;P&gt;Here is a copy of the&amp;nbsp;MCUXpresso console output:&lt;BR /&gt;&lt;BR /&gt;Memory region&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Used Size&amp;nbsp; Region Size&amp;nbsp; %age Used&lt;BR /&gt;&amp;nbsp;&amp;nbsp; PROGRAM_FLASH:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 493856 B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 MB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11.77%&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRAM_ITC:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 51600 B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 128 KB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 39.37%&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRAM_DTC:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 70240 B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 128 KB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 53.59%&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SRAM_OC:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5624 B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 768 KB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.72%&lt;BR /&gt;COLLECT_GCC_OPTIONS='-nostdlib' '-v' '-mcpu=cortex-m7' '-mfpu=fpv5-d16' '-mfloat-abi=hard' '-mthumb' '-T' 'myproject_Debug.ld' '-o' 'myproject.axf' '-march=armv7e-m+fp.dp'&lt;BR /&gt;Finished building target: myproject.axf&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;make --no-print-directory post-build&lt;BR /&gt;Performing post-build steps&lt;BR /&gt;arm-none-eabi-size "myproject.axf" ; arm-none-eabi-objcopy -v -O ihex "myproject.axf" "myproject.hex" ; arm-none-eabi-objcopy -v -O binary "myproject.axf" "myproject.bin" ; arm-none-eabi-objcopy -v -O srec "myproject.axf" "myproject.s19" ; #checksum -p MIMXRT1064xxxxA -d "myproject.bin"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hex&amp;nbsp;filename&lt;BR /&gt;&amp;nbsp;492576&amp;nbsp;&amp;nbsp; 71520&amp;nbsp;&amp;nbsp; 47504&amp;nbsp; 611600&amp;nbsp;&amp;nbsp; 95510&amp;nbsp;myproject.axf&lt;BR /&gt;copy from `myproject.axf' [elf32-littlearm] to `myproject.hex' [ihex]&lt;BR /&gt;copy from `myproject.axf' [elf32-littlearm] to `myproject.bin' [binary]&lt;BR /&gt;copy from `myproject.axf' [elf32-littlearm] to `myproject.s19' [srec]&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 23:15:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/1249211#M6823</guid>
      <dc:creator>julian123</dc:creator>
      <dc:date>2021-03-21T23:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/1249420#M6826</link>
      <description>&lt;P&gt;The console/command line looks fine.&lt;/P&gt;&lt;P&gt;Can you check if the S19 and iHex really have the right content?&lt;/P&gt;&lt;P&gt;(see &lt;A href="https://mcuoneclipse.com/2012/09/27/s-record-intel-hex-and-binary-files/" target="_blank"&gt;https://mcuoneclipse.com/2012/09/27/s-record-intel-hex-and-binary-files/&lt;/A&gt; how they should look like).&lt;/P&gt;&lt;P&gt;Other than that: can you share more, for example your .axf file?&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 07:12:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/1249420#M6826</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2021-03-22T07:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate srec or bin file in MCUXpresso IDE</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/1249912#M6832</link>
      <description>&lt;P&gt;Thanks Erich.&lt;BR /&gt;It was my bad about the size, bin size throw me off.&lt;BR /&gt;Hex and S19 sizes seem to be ok.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 22:13:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-generate-srec-or-bin-file-in-MCUXpresso-IDE/m-p/1249912#M6832</guid>
      <dc:creator>julian123</dc:creator>
      <dc:date>2021-03-22T22:13:20Z</dc:date>
    </item>
  </channel>
</rss>

