<?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: Tool to convert .BIN to .S19 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Tool-to-convert-BIN-to-S19/m-p/649701#M39526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;I'm using the SRecord (&lt;A href="http://srecord.sourceforge.net/"&gt;http://srecord.sourceforge.net/&lt;/A&gt;) utility for all kind of conversion and manipulations, see &lt;A class="link-titled" href="https://mcuoneclipse.com/2016/02/26/merging-s19-files/" title="https://mcuoneclipse.com/2016/02/26/merging-s19-files/"&gt;Merging S19 Files | MCU on Eclipse&lt;/A&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>Fri, 11 Nov 2016 13:44:04 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2016-11-11T13:44:04Z</dc:date>
    <item>
      <title>Tool to convert .BIN to .S19</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Tool-to-convert-BIN-to-S19/m-p/649700#M39525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to Flash a .BIN using my P&amp;amp;E Multilink but cannot manage to do it... The P&amp;amp;E tool seems ancient, probably does not support memories above 64k (&lt;A class="link-titled" href="http://www.pemicro.com/downloads/download_file.cfm?download_id=105" title="http://www.pemicro.com/downloads/download_file.cfm?download_id=105"&gt;http://www.pemicro.com/downloads/download_file.cfm?download_id=105&lt;/A&gt;&amp;nbsp;) because it truncates the conversion at 1ACF0 and I do not see a 32 bit address space whereas other S19 files I've seen go all the way to 1FFF0 with 32bit address space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does somebody have an other utility to convert?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 07:47:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Tool-to-convert-BIN-to-S19/m-p/649700#M39525</guid>
      <dc:creator>lokuate</dc:creator>
      <dc:date>2016-11-11T07:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tool to convert .BIN to .S19</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Tool-to-convert-BIN-to-S19/m-p/649701#M39526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;I'm using the SRecord (&lt;A href="http://srecord.sourceforge.net/"&gt;http://srecord.sourceforge.net/&lt;/A&gt;) utility for all kind of conversion and manipulations, see &lt;A class="link-titled" href="https://mcuoneclipse.com/2016/02/26/merging-s19-files/" title="https://mcuoneclipse.com/2016/02/26/merging-s19-files/"&gt;Merging S19 Files | MCU on Eclipse&lt;/A&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>Fri, 11 Nov 2016 13:44:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Tool-to-convert-BIN-to-S19/m-p/649701#M39526</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-11-11T13:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tool to convert .BIN to .S19</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Tool-to-convert-BIN-to-S19/m-p/649702#M39527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use "objcopy" in the GCC binary folder (eg. as used by KDS) to convert binary to various formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;See also &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fforum%2Findex.php%3Ftopic%3D1445.0" rel="nofollow" target="_blank"&gt;http://www.utasker.com/forum/index.php?topic=1445.0&lt;/A&gt;&lt;SPAN&gt; for a few utilities for merging binaries and creating HEX and SREC outputs, as well a generating C arrays from binary and other files for including in C programs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;SPAN&gt;Kinetis for professionals: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 18:02:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Tool-to-convert-BIN-to-S19/m-p/649702#M39527</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-11-11T18:02:41Z</dc:date>
    </item>
  </channel>
</rss>

