<?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: Using the TWR-MEM board with TWRK60N512 in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155377#M729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm very concerned about not being able to use external memory for debugging. Is this a limitation of CW's debugger or other debuggers as well? My code is much larger than the available internal RAM and would probably just fit into the Flash but debugging in Flash is not as efficient as in RAM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Aug 2011 00:57:53 GMT</pubDate>
    <dc:creator>ERussell</dc:creator>
    <dc:date>2011-08-06T00:57:53Z</dc:date>
    <item>
      <title>Using the TWR-MEM board with TWRK60N512</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155375#M727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to use MRAM memory of the TWR-MEM board with the TWRK60N512 kit to be able to debug larger programs in RAM. I am using CW10.1, MQX, and PE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would like to know is how to setup the MRAM for use in my program.&amp;nbsp;﻿It is not clear to me how to specify the additional RAM. Modifying the lcf file doesn't work because it gets overwritten and fields in the PE CPU component for external memory are unavailable. Looking in init_hw.c, it appears that the MRAM is not even initialized if PE_LDD_VERSION is defined.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also is it necessary to remove R14 for the MRAM to work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 12:24:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155375#M727</guid>
      <dc:creator>ERussell</dc:creator>
      <dc:date>2011-08-01T12:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using the TWR-MEM board with TWRK60N512</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155376#M728</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;External memory in Processor Expert can be configure in the CPU component, you just need to enable "External bus" property, configure the "Chip select" first and then add and configure "external memory" property and block(s) under it.&lt;/P&gt;&lt;P&gt;Placement of data and code can inside LCF file can be configured in the Build options tab.&lt;/P&gt;&lt;P&gt;However, I see a possible issues with debugging from this memory as the debugger probably won't be able to upload to external memory by default.&lt;/P&gt;&lt;P&gt;We will prepare some simple example showing the usage of the TWR-MEM with Processor Expert and post it here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Petr Hradsky&lt;BR /&gt;Processor Expert Support Team&lt;BR /&gt;&lt;BR /&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 20:21:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155376#M728</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2011-08-05T20:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using the TWR-MEM board with TWRK60N512</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155377#M729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm very concerned about not being able to use external memory for debugging. Is this a limitation of CW's debugger or other debuggers as well? My code is much larger than the available internal RAM and would probably just fit into the Flash but debugging in Flash is not as efficient as in RAM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Aug 2011 00:57:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155377#M729</guid>
      <dc:creator>ERussell</dc:creator>
      <dc:date>2011-08-06T00:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using the TWR-MEM board with TWRK60N512</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155378#M730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried configuring external memory using PE but haven't been able to. The "external bus" property in the CPU component is set at disabled and cannot be enabled. Clicking on the setting doesn't bring up a popup menu for a choice to enable or allow any editing. Is there some other setting that could be preventing the editing of this property?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 22:02:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155378#M730</guid>
      <dc:creator>ERussell</dc:creator>
      <dc:date>2011-08-08T22:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using the TWR-MEM board with TWRK60N512</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155379#M731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to change "External memory" property to |Enabled" using the drop-down menu.&lt;/P&gt;&lt;P&gt;Just click on the "Disabled" once" to select it and then click again on the down arrow on the right site and select "Enabled" value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 23:29:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155379#M731</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2011-08-08T23:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using the TWR-MEM board with TWRK60N512</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155380#M732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I click on the external bus property I get the message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This value is required by the componentMQX1:MQX because of the following reason: Don't initialize this peripheral. It is initialized by MQX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I enable the external bus from MQX?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 00:05:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155380#M732</guid>
      <dc:creator>ERussell</dc:creator>
      <dc:date>2011-08-09T00:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using the TWR-MEM board with TWRK60N512</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155381#M733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry Sorry, I haven't realized MQX is initializing external bus itself so Processor Expert dosn't allow to initialize it using Processor Expert.&lt;/P&gt;&lt;P&gt;This question regards MQX, so I''ll move your question to MQX section of forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Petr Hradsky&lt;BR /&gt;Processor Expert Support Team&lt;BR /&gt;&lt;BR /&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 19:16:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155381#M733</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2011-08-09T19:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using the TWR-MEM board with TWRK60N512</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155382#M734</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 was able to get the TWR-K60N512 kit with TWR-MEM Rev B working.&lt;/P&gt;&lt;P&gt;Please reference another thread:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/301229"&gt;https://community.freescale.com/message/301229&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 20:40:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-the-TWR-MEM-board-with-TWRK60N512/m-p/155382#M734</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2012-09-20T20:40:49Z</dc:date>
    </item>
  </channel>
</rss>

