<?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 Development ToolsのトピックRe: How to “Debug Ram Mode”?</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-Debug-Ram-Mode/m-p/783502#M6874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome!&lt;BR /&gt;&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2018 02:36:32 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2018-07-30T02:36:32Z</dc:date>
    <item>
      <title>How to “Debug Ram Mode”?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-Debug-Ram-Mode/m-p/783499#M6871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;-. MCU: MC9S12ZVL&lt;/P&gt;&lt;P&gt;-. CodeWarrior 11.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&amp;nbsp;i would like to “Dubug Ram Mode” in codewarrior just like attached a picture.&lt;/P&gt;&lt;P&gt;but, i can’t find a method and example.&lt;/P&gt;&lt;P&gt;please let me know “Debug Ram Mode” method and example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 12:06:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-Debug-Ram-Mode/m-p/783499#M6871</guid>
      <dc:creator>limchae-sul</dc:creator>
      <dc:date>2018-07-25T12:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to “Debug Ram Mode”?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-Debug-Ram-Mode/m-p/783500#M6872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lim,&lt;/P&gt;&lt;P&gt;By default, CW created project only has FLASH configuration. The RAM configuration should be added by the project owner.&lt;/P&gt;&lt;P&gt;If user wants to debug code in RAM, user can manually add RAM configuration. Steps:&lt;/P&gt;&lt;P&gt;1. Refer my last reply of this thread &lt;A href="https://community.nxp.com/thread/353740"&gt;How switch from debug to release build?&lt;/A&gt;&amp;nbsp; to create a new build configuration called RAM&lt;/P&gt;&lt;P&gt;2. Create a new prm file to allocate code to RAM.&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/66650iE717ED1BC1CEAF09/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;3. use RAM config prm for RAM configuration:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/66651iFCCFCBCE9DA0714D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Name Artifact name as *-RAM for RAM configuration&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/66652iF28E25EEEE561B3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;5. In debug configuration, create new interface as below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/66653i420ADDDB2E1673DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;6. Click on debug, in debugger window, we will see all codes are in RAM&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_9.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/66654i6A17919A7028C1B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_9.png" alt="pastedImage_9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 07:27:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-Debug-Ram-Mode/m-p/783500#M6872</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-07-27T07:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to “Debug Ram Mode”?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-Debug-Ram-Mode/m-p/783501#M6873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #51626f;"&gt;Thank you so much.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #51626f;"&gt;Thank you in advance.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 00:27:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-Debug-Ram-Mode/m-p/783501#M6873</guid>
      <dc:creator>limchae-sul</dc:creator>
      <dc:date>2018-07-30T00:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to “Debug Ram Mode”?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-Debug-Ram-Mode/m-p/783502#M6874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome!&lt;BR /&gt;&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 02:36:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-Debug-Ram-Mode/m-p/783502#M6874</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-07-30T02:36:32Z</dc:date>
    </item>
  </channel>
</rss>

