<?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: No Debugging when running from external DDR RAM (MQX 4.0.1, CW10.4) in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/No-Debugging-when-running-from-external-DDR-RAM-MQX-4-0-1-CW10-4/m-p/233335#M6416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frieder, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad that you resolved your issue, thank you for share your solution. :smileywink: &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;Sol &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 23:44:39 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2013-12-03T23:44:39Z</dc:date>
    <item>
      <title>No Debugging when running from external DDR RAM (MQX 4.0.1, CW10.4)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/No-Debugging-when-running-from-external-DDR-RAM-MQX-4-0-1-CW10-4/m-p/233333#M6414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because my application on the TWR-K70 needs a lot of RAM, I wanted to switch from internal SRAM to external DDR-RAM by using the predefined build and debug configurations. No matter what project I run, it works correctly, but I can't use any debug utilities. The watched variables all contain "0xbabababa" and the TAD plugin only gives me the error in the attachment.&lt;/P&gt;&lt;P&gt;Can somebody tell what might be wrong?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 10:36:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/No-Debugging-when-running-from-external-DDR-RAM-MQX-4-0-1-CW10-4/m-p/233333#M6414</guid>
      <dc:creator>friederschrempf</dc:creator>
      <dc:date>2013-06-21T10:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: No Debugging when running from external DDR RAM (MQX 4.0.1, CW10.4)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/No-Debugging-when-running-from-external-DDR-RAM-MQX-4-0-1-CW10-4/m-p/233334#M6415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I found the solution myself. In the memory map file (PROJ_DIR/Debugger/MK70FN1M0.map) I replaced&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13718169253201143" jivemacro_uid="_13718169253201143" modifiedtitle="true"&gt;
&lt;P&gt;reserved&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x60000000 0xDFFFFFFF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Flexbus for external memory&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;with&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_13718169415121529 jive_text_macro jive_macro_code" jivemacro_uid="_13718169415121529" modifiedtitle="true"&gt;
&lt;P&gt;range&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x60000000 0xDFFFFFFF 4 ReadWrite&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Flexbus for external memory&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;to enable DDR memory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 12:16:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/No-Debugging-when-running-from-external-DDR-RAM-MQX-4-0-1-CW10-4/m-p/233334#M6415</guid>
      <dc:creator>friederschrempf</dc:creator>
      <dc:date>2013-06-21T12:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: No Debugging when running from external DDR RAM (MQX 4.0.1, CW10.4)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/No-Debugging-when-running-from-external-DDR-RAM-MQX-4-0-1-CW10-4/m-p/233335#M6416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frieder, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad that you resolved your issue, thank you for share your solution. :smileywink: &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;Sol &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 23:44:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/No-Debugging-when-running-from-external-DDR-RAM-MQX-4-0-1-CW10-4/m-p/233335#M6416</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2013-12-03T23:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: No Debugging when running from external DDR RAM (MQX 4.0.1, CW10.4)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/No-Debugging-when-running-from-external-DDR-RAM-MQX-4-0-1-CW10-4/m-p/233336#M6417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Frieder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for your solution that it has helped me a lot. Only a clarification: the correct file name of the memory map file is K70FN1M0.mem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Santiago&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 16:43:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/No-Debugging-when-running-from-external-DDR-RAM-MQX-4-0-1-CW10-4/m-p/233336#M6417</guid>
      <dc:creator>santiago</dc:creator>
      <dc:date>2014-05-06T16:43:28Z</dc:date>
    </item>
  </channel>
</rss>

