<?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のトピックRe: Using the simulator with &amp;quot;unlimited&amp;quot; memory?</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164104#M4679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I need to configure the debugger in some way? I've tried to increase RAM and ROM in my PRM file but when I execute the program in the simulator the command prompt prints out "reading from reserved register" and then finally it stops on an illegal breakpoint&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Nov 2010 16:25:47 GMT</pubDate>
    <dc:creator>Brynas</dc:creator>
    <dc:date>2010-11-25T16:25:47Z</dc:date>
    <item>
      <title>Using the simulator with "unlimited" memory?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164100#M4675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the simulator to run unit tests on portions of our code. The unit test program creates a lot of overhead when using the more powerful settings but this is ok - the point of running the code in the simulator is just to execute the test cases in an environment as close as the real thing as possible (not necessarily as far as memory is concerned since this is very different to the actual firmware anyway).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now to my question: is it possible to tweak the simulator so that it thinks that it is a specific derivative BUT with unlimited memory? Now I quite easily run out of RAM / ROM when trying to run too many test cases at once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 19:57:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164100#M4675</guid>
      <dc:creator>Brynas</dc:creator>
      <dc:date>2010-11-19T19:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using the simulator with "unlimited" memory?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164101#M4676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Which CPU are you targeting (HC08, HC12, Coldfire, ..)&lt;BR /&gt;- Which version of CodeWarrior are you using?&lt;BR /&gt;&amp;nbsp;&amp;nbsp; To retrieve that info:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you are using a version &amp;lt; 10.0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Start CodeWarrior&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Select Help -&amp;gt; About Freescale CodeWarrior&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Click on "Install Products"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - CodeWarrior version used is displayed on top in the Installed Products dialog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you are using a version &amp;gt;= 10.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Start CodeWarrior&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Select Help -&amp;gt; About CodeWarrior Development Studio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Click on the icon with tool tip "Freescale SemiConductor - MCU"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version number is indicated there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 18:25:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164101#M4676</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2010-11-22T18:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using the simulator with "unlimited" memory?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164102#M4677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am targeting HC12. On top of the installed products dialog it stands "CodeWarrior Development Studio for the S12(X) Version 5.0, build 9061"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/ Brynas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 15:29:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164102#M4677</guid>
      <dc:creator>Brynas</dc:creator>
      <dc:date>2010-11-24T15:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using the simulator with "unlimited" memory?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164103#M4678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="lia-component-body lia-message-body"&gt;&lt;DIV class="lia"&gt;&lt;P&gt;Yes, it is possible. To make linker accepting more code or RAM, you should edit PRM file. Debugger should accept all additional code and RAM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 17:44:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164103#M4678</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2010-11-24T17:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using the simulator with "unlimited" memory?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164104#M4679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I need to configure the debugger in some way? I've tried to increase RAM and ROM in my PRM file but when I execute the program in the simulator the command prompt prints out "reading from reserved register" and then finally it stops on an illegal breakpoint&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 16:25:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164104#M4679</guid>
      <dc:creator>Brynas</dc:creator>
      <dc:date>2010-11-25T16:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using the simulator with "unlimited" memory?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164105#M4680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By my knowledge the simulator is agnostic when it comes to memory ranges, so you can in fact extend the size of the RAM (or ROM). Still, it is a full chip simulator, which means that it is aware of the locations of the various memory mapped registers. &amp;nbsp;You probably need to check the device memory map and use the non-implemented memory ranges as additional memory. Just my two cents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 16:38:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164105#M4680</guid>
      <dc:creator>NavidadRedivivu</dc:creator>
      <dc:date>2010-11-25T16:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using the simulator with "unlimited" memory?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164106#M4681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not all peripherals are simulated. I don't remember what this messae means. Does simulation stop on read from reserved register? If it doesn't stop, then this warning&amp;nbsp;is really not memory size related and means that your code is accessing registers of not simulated peripherals.&amp;nbsp;Anyway you always can go in simulator to FCS menu-&amp;gt;Configure..., change memory mode from auto on load to user defined and add all required memory blocks. Configuration can be saved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 20:08:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Using-the-simulator-with-quot-unlimited-quot-memory/m-p/164106#M4681</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2010-11-25T20:08:40Z</dc:date>
    </item>
  </channel>
</rss>

