<?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>CodeWarrior for MCU中的主题 True Time: problem loading from S record file</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-problem-loading-from-S-record-file/m-p/212648#M8367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In True Time debugger/simulator, when I try to load from an S record file, I get the message:&lt;/P&gt;&lt;P&gt;"Error while writing to 7D4000..7D4200. No memory at this address"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the HC12 menu, I checked the "Debugging Memory" dialog. It indicates there is FLASH in the range 400000 to 7FFFFF. Also, the micro, MC9S12XEQ384, definately has FLASH at the location in question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I load the same from the ABS file, it loads correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a S record file that combines the bootloader and application software so that the mircro controller can be fully programmed in 1 step at a BDM station on the production line, rather than having to FLASH the application via CAN at the End of Line station.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created the combined S record file, but now I need to test it. Current;y, the only tool I have available to test is the True Time debugger/simulator. (I have ordered the P&amp;amp;E flash programmer tool, but I am still waiting for purchasing to approve the order)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jul 2010 02:55:22 GMT</pubDate>
    <dc:creator>rlw</dc:creator>
    <dc:date>2010-07-14T02:55:22Z</dc:date>
    <item>
      <title>True Time: problem loading from S record file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-problem-loading-from-S-record-file/m-p/212648#M8367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In True Time debugger/simulator, when I try to load from an S record file, I get the message:&lt;/P&gt;&lt;P&gt;"Error while writing to 7D4000..7D4200. No memory at this address"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the HC12 menu, I checked the "Debugging Memory" dialog. It indicates there is FLASH in the range 400000 to 7FFFFF. Also, the micro, MC9S12XEQ384, definately has FLASH at the location in question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I load the same from the ABS file, it loads correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a S record file that combines the bootloader and application software so that the mircro controller can be fully programmed in 1 step at a BDM station on the production line, rather than having to FLASH the application via CAN at the End of Line station.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created the combined S record file, but now I need to test it. Current;y, the only tool I have available to test is the True Time debugger/simulator. (I have ordered the P&amp;amp;E flash programmer tool, but I am still waiting for purchasing to approve the order)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 02:55:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-problem-loading-from-S-record-file/m-p/212648#M8367</guid>
      <dc:creator>rlw</dc:creator>
      <dc:date>2010-07-14T02:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: True Time: problem loading from S record file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-problem-loading-from-S-record-file/m-p/212649#M8368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;7D4000 must be&amp;nbsp;the global address. By default Hiwave expects S2 records in banked format (PPAGE&lt;IMG alt=":smileysurprised:" class="emoticon emoticon-smileysurprised" id="smileysurprised" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-surprised.gif" title="Smiley Surprised" /&gt;ffset) and clearly there's no such banked address 7D4000 since&amp;nbsp;offset 4000 must be in PPAGE window 8000..BFFF. To load global S2 records you need to add this line to&amp;nbsp;[HI-WAVE] section of debugger ini file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SRECISS12XGLOBALADR=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Project wizard generated *.bbl file is set up so that two S records files are generated, *.glo and *.s19. Glo contains global S2 records, s19 - banked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 03:37:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-problem-loading-from-S-record-file/m-p/212649#M8368</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2010-07-14T03:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: True Time: problem loading from S record file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-problem-loading-from-S-record-file/m-p/212650#M8369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 04:16:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-problem-loading-from-S-record-file/m-p/212650#M8369</guid>
      <dc:creator>rlw</dc:creator>
      <dc:date>2010-07-14T04:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: True Time: problem loading from S record file</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-problem-loading-from-S-record-file/m-p/212651#M8370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;When&amp;nbsp;HCS12&amp;nbsp;serial&amp;nbsp;monitor&amp;nbsp;program&amp;nbsp;is&amp;nbsp;used&amp;nbsp;to&amp;nbsp;program&amp;nbsp;the&amp;nbsp;flash,after&amp;nbsp;the&lt;/DIV&gt;&lt;DIV&gt;user's&amp;nbsp; any code&amp;nbsp;is&amp;nbsp;changed,&amp;nbsp;An&amp;nbsp;error&amp;nbsp;is&amp;nbsp;reported&amp;nbsp;when&amp;nbsp;load&amp;nbsp;the&amp;nbsp;S19&amp;nbsp;file&amp;nbsp;into&lt;/DIV&gt;&lt;DIV&gt;the&amp;nbsp;MC9S12DP512,&lt;/DIV&gt;&lt;DIV&gt;"Error&amp;nbsp;writing&amp;nbsp;to&amp;nbsp;adress1...adress2&amp;nbsp;, Information:No&amp;nbsp;memory&amp;nbsp;at&amp;nbsp;this&amp;nbsp;address"&lt;/DIV&gt;&lt;DIV&gt;The Addresses&amp;nbsp;&amp;nbsp;are &amp;nbsp;where the code has been changed.&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;If&amp;nbsp;load&amp;nbsp;the&amp;nbsp;code&amp;nbsp;befor&amp;nbsp;the&amp;nbsp;user&amp;nbsp;has&amp;nbsp;changed,there&amp;nbsp;is&amp;nbsp;no&amp;nbsp;such&amp;nbsp;error.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Have you met this kind of error before?&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 21:43:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-problem-loading-from-S-record-file/m-p/212651#M8370</guid>
      <dc:creator>supermandu</dc:creator>
      <dc:date>2010-07-14T21:43:50Z</dc:date>
    </item>
  </channel>
</rss>

