<?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: s19 file for 9S12XS128 in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s19-file-for-9S12XS128/m-p/219768#M9205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I know how to fix it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Aug 2010 14:22:07 GMT</pubDate>
    <dc:creator>simonqian</dc:creator>
    <dc:date>2010-08-29T14:22:07Z</dc:date>
    <item>
      <title>s19 file for 9S12XS128</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s19-file-for-9S12XS128/m-p/219766#M9203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm implementing a flash downloader for S12 series, the algorithm is ready, all the source code is at: &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcode.google.com%2Fp%2Fvsprog%2Fsource%2Fbrowse%2Ftrunk%2Fsrc%2Ftarget%2Fs12x." rel="nofollow" target="_blank"&gt;http://code.google.com/p/vsprog/source/browse/trunk/src/target/s12x.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HCS08 support is tested OK: &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcode.google.com%2Fp%2Fvsprog%2Fsource%2Fbrowse%2Ftrunk%2Fsrc%2Ftarget%2Fhcs08." rel="nofollow" target="_blank"&gt;http://code.google.com/p/vsprog/source/browse/trunk/src/target/hcs08.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;s19 file parser is at: &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcode.google.com%2Fp%2Fvsprog%2Fsource%2Fbrowse%2Ftrunk%2Fsrc%2Ftools%2Fs19." rel="nofollow" target="_blank"&gt;http://code.google.com/p/vsprog/source/browse/trunk/src/tools/s19.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But there is something I don't understand.&lt;/P&gt;&lt;P&gt;In the s19 file generated by Codewarrior (source code is the demo from my develop board):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S11EC000CF2100C6055B134A804CFE4A8000FE0000C015C0190000000000006E&lt;/P&gt;&lt;P&gt;S105FFFEC0003D&lt;/P&gt;&lt;P&gt;S224FE800010EFC6C05B0351071EC6FF0710C63F070CC6FF0708C6BF070EC67F20F65B01CC1F&lt;/P&gt;&lt;P&gt;S224FE802001F44A8031FE3D5B01CC01F44A8031FE3D6CAC186982200B1887088E01F425FA30&lt;/P&gt;&lt;P&gt;S224FE8040186282EC82AC8025EF1B840AFEC011FDC00F270E35ED31EC3169700434FB31034A&lt;/P&gt;&lt;P&gt;S219FE806026F2FEC013EC31270BED31180A30700434F920F10AA4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first line defines 27(0x1E - 3) bytes at 0xC000, but for 128K flash, flash shoud start from 0x7E0000.&lt;/P&gt;&lt;P&gt;Where should I put the data in 0xC000?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Aug 2010 02:53:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s19-file-for-9S12XS128/m-p/219766#M9203</guid>
      <dc:creator>simonqian</dc:creator>
      <dc:date>2010-08-28T02:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: s19 file for 9S12XS128</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s19-file-for-9S12XS128/m-p/219767#M9204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Codewarrior S19 file contains banked S2 records (addresses are page number + 16bits CPU address like FE8000, here FE is PPAGE and 0x8000 - CPU address, bottom of PPAGE window) and S1 records (only 16bits&amp;nbsp;CPU addresses). So if your downloader expects global addresses, then you should convert S records according to S12SX memory map. 0xC000 is topmost PPAGE=0xFF, global address 0x7FC000.&lt;/P&gt;&lt;P&gt;In project bin folder you should find *.glo file. This file&amp;nbsp;also contins S records, but all addresses are global.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Aug 2010 00:11:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s19-file-for-9S12XS128/m-p/219767#M9204</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2010-08-29T00:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: s19 file for 9S12XS128</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s19-file-for-9S12XS128/m-p/219768#M9205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I know how to fix it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Aug 2010 14:22:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s19-file-for-9S12XS128/m-p/219768#M9205</guid>
      <dc:creator>simonqian</dc:creator>
      <dc:date>2010-08-29T14:22:07Z</dc:date>
    </item>
  </channel>
</rss>

