<?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 BSP clone problem - MQX 3.8.1 CW10.2 in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/BSP-clone-problem-MQX-3-8-1-CW10-2/m-p/177545#M2431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed the document --&amp;gt;Developing a new BSP (MQX 3.8.1 CodeWarrior IDE).pdf and created a clone of the twrk60n512 BSP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then created a new MQX 3.8 project using a simple GPIO example. Everything build fine without errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My problem is&lt;/STRONG&gt; when I attempt to download the app to the K60 tower, I get the error --&amp;gt; "&lt;EM&gt;&lt;STRONG&gt;Failed to resume target process., Could not open memory configuration file" &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works fine when I build the GPIO app with the standard TWRK60N512 Board BSP, just not with my new cloned BSP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else seen this issue or does anyone know what my problem is? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2012 18:46:13 GMT</pubDate>
    <dc:creator>cavebiker</dc:creator>
    <dc:date>2012-11-15T18:46:13Z</dc:date>
    <item>
      <title>BSP clone problem - MQX 3.8.1 CW10.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/BSP-clone-problem-MQX-3-8-1-CW10-2/m-p/177545#M2431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed the document --&amp;gt;Developing a new BSP (MQX 3.8.1 CodeWarrior IDE).pdf and created a clone of the twrk60n512 BSP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then created a new MQX 3.8 project using a simple GPIO example. Everything build fine without errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My problem is&lt;/STRONG&gt; when I attempt to download the app to the K60 tower, I get the error --&amp;gt; "&lt;EM&gt;&lt;STRONG&gt;Failed to resume target process., Could not open memory configuration file" &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works fine when I build the GPIO app with the standard TWRK60N512 Board BSP, just not with my new cloned BSP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else seen this issue or does anyone know what my problem is? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 18:46:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/BSP-clone-problem-MQX-3-8-1-CW10-2/m-p/177545#M2431</guid>
      <dc:creator>cavebiker</dc:creator>
      <dc:date>2012-11-15T18:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: BSP clone problem - MQX 3.8.1 CW10.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/BSP-clone-problem-MQX-3-8-1-CW10-2/m-p/177546#M2432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI cavebiker,&lt;/P&gt;&lt;P&gt;The memory config issue sounds like the Debug Configuration is messed up and either cannot find the *.mem file or it is not configured to be used.&lt;/P&gt;&lt;P&gt;i'm guessing the former case.&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>Fri, 16 Nov 2012 03:18:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/BSP-clone-problem-MQX-3-8-1-CW10-2/m-p/177546#M2432</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2012-11-16T03:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: BSP clone problem - MQX 3.8.1 CW10.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/BSP-clone-problem-MQX-3-8-1-CW10-2/m-p/177547#M2433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey David,&lt;/P&gt;&lt;P&gt;I do not see any .mem file anywhere int my project. Other projects the .mem file is in the /project/project_Settings/Debugger directory. My /Project_Settings directory is empty. The only thing I changed is the BSP, a simple straight clone of the TWRK60n512 Board. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas of how to configure CodeWarrior to fix this would be great. I am afraid it in the BSP clone I did. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HELP....MQX 4.0 cannot come soon enough&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 14:51:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/BSP-clone-problem-MQX-3-8-1-CW10-2/m-p/177547#M2433</guid>
      <dc:creator>cavebiker</dc:creator>
      <dc:date>2012-11-16T14:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: BSP clone problem - MQX 3.8.1 CW10.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/BSP-clone-problem-MQX-3-8-1-CW10-2/m-p/177548#M2434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cavebiker,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you using the same uC? or are you using a similar uC? &lt;/P&gt;&lt;P&gt;If you open the directory ".../mqx/source/bsp/[CUSTOM_BOARD]/cw/dbg" you can find a .mem file and a .cfg file. They contain, for example, the memories size and some address. If you look in your project, you will find 2 or more .launch files. They are debug files and they call the .mem and the .cfg files. There is no problem with these files whether you are using the same uC of the Freescale Board. If you change it you have to change these files and rebuild&amp;nbsp; the BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 17:30:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/BSP-clone-problem-MQX-3-8-1-CW10-2/m-p/177548#M2434</guid>
      <dc:creator>sbaccam</dc:creator>
      <dc:date>2012-11-18T17:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: BSP clone problem - MQX 3.8.1 CW10.2</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/BSP-clone-problem-MQX-3-8-1-CW10-2/m-p/177549#M2435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the reply Sergio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had this same question on another related thread, there Martin Latal replied with the answer. --&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//// &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;seems I overlooked this: in the debug configuration-&amp;gt;connection-&amp;gt;target, there are paths for the CW debugger to look for *.tcl (device initialization) and *.mem (memory map file). In the BSP clone, it is as below:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;${MQX_ROOT_DIR}/lib/880bd61fn1m.cw10/bsp/dbg/init_kinetis.tcl&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;${MQX_ROOT_DIR}/lib/880bd61fn1m.cw10/bsp/dbg/880bd61fn1m.mem&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;we can see the debugger is searching for the file in the MQX installation directory&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;/lib/880bd61fn1m.cw10/bsp/dbg/880bd61fn1m.mem&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;EM&gt;so just rename the file /lib/880bd61fn1m.cw10/bsp/dbg/twrk60n512.mem to /lib/880bd61fn1m.cw10/bsp/dbg/880bd61fn1m.mem&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;EM&gt;&lt;SPAN style="color: #993300;"&gt;I forgot to mention this file in the document.&lt;/SPAN&gt;&amp;nbsp; /////&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This fixes the problem I was having.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks again Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 15:21:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/BSP-clone-problem-MQX-3-8-1-CW10-2/m-p/177549#M2435</guid>
      <dc:creator>cavebiker</dc:creator>
      <dc:date>2012-11-19T15:21:00Z</dc:date>
    </item>
  </channel>
</rss>

