<?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: Coldfire debugger does not resume after initial break, register values missing in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245065#M11504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This shows when programming failed because "verify write" (during programming)&amp;nbsp; was selected.&lt;/P&gt;&lt;P&gt;======================================================================&lt;BR /&gt;=== Execute: Program&lt;BR /&gt;=== Timestamp:&amp;nbsp; Wed Apr 10 14:57:01 2013&lt;BR /&gt;=== Flash Device:&amp;nbsp;&amp;nbsp; S29GL032M(R4,R6)&lt;BR /&gt;=== Flash Organization:&amp;nbsp;&amp;nbsp; 2Mx16x1&lt;BR /&gt;=== Flash Mem Start Addr: 0x00000000&lt;BR /&gt;=== Flash Mem End Addr:&amp;nbsp;&amp;nbsp; 0x003FFFFF&lt;BR /&gt;======================================================================&lt;BR /&gt;Informing other connection clients that the target is being 'clobbered'.&lt;BR /&gt;Loading Flash Device Driver at: 0x80000000&lt;BR /&gt;Flash Programmer: Can not read target memory at location: 0x80000500. Please make sure that the chip selects are properly configured. The CWPP response code is: 0x0.&lt;/P&gt;&lt;P&gt;Timestamp:&amp;nbsp; Wed Apr 10 14:57:03 2013&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Apr 2013 22:03:18 GMT</pubDate>
    <dc:creator>mikegr</dc:creator>
    <dc:date>2013-04-10T22:03:18Z</dc:date>
    <item>
      <title>Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245055#M11494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am recently responsible for maintaining a codebase with a coldfire V2 target (MCF52277) that includes MQX RTOS 3.0.1 and is compiled/linked using Codewarrior 7.1.1.&amp;nbsp; I am debugging remotely using the PEmicro Coldfire Multilink debugger, USB-ML-CFE.&amp;nbsp; I want to run the debugger from flash.&amp;nbsp; I have been successful at flashing the code and starting the debugger to the first breakpoint.&amp;nbsp;&amp;nbsp; When the code breaks, I am able to see the symbolic C code and the live variable names and contents.&amp;nbsp; However, when I try to either step through the code or "run" to the next breakpoint, the debugger hangs at "Program X is executing.&amp;nbsp; Chosse break from Debug Menu to stop it".&amp;nbsp; when I choose break, Codewarrior seems to no longer be attached to the BDM module.&amp;nbsp; I also noticed that when the code breaks, all of the register values are zero.&amp;nbsp; I see these under "View-&amp;gt;Registers-&amp;gt;PEMICRO_USB-&amp;gt;Program.elf-&amp;gt;Thread0x0".&amp;nbsp; I have checked over the configuration files many times and do not see any issues for this hardware set. Any ideas?&amp;nbsp; this would be of great help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 22:38:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245055#M11494</guid>
      <dc:creator>mikegr</dc:creator>
      <dc:date>2013-03-28T22:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245056#M11495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried creating a new default project and debugging it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 23:48:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245056#M11495</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2013-03-28T23:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245057#M11496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does MQX enable the Core Watchdog?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be triggering when you break and would therefore be resetting the CPU. There should be a setting somewhere to let you disable it and debug - it may be a configuration or build option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type "mqx watchdog" into the Search. This looks interesting and gives pointers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/85810"&gt;Does MQX use the hardware watchdog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Mar 2013 01:54:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245057#M11496</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2013-03-30T01:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245058#M11497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a default project to debug from internal ram.&amp;nbsp; In this case, I press the debug button, the following error occurs "Memory Write Verify Failure: Memory write to address 0x346aef6 failed to verify: Expected value: &lt;/P&gt;&lt;P&gt;0x8000400 Actual Value:0x0."&amp;nbsp; There is an existing thread that describes a similar problem with CodeWarrior and PE Micro USB-ML-CFE multilink.&lt;/P&gt;&lt;P&gt; &lt;A _jive_internal="true" href="https://community.nxp.com/thread/51908"&gt;https://community.freescale.com/thread/51908&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Evidently, BDM works with USB 1.1 but not USB 2.0.&amp;nbsp; The problem is that I can not get my modern PC to run USB 1.1&lt;/P&gt;&lt;P&gt;Any thoughts? thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 18:56:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245058#M11497</guid>
      <dc:creator>mikegr</dc:creator>
      <dc:date>2013-04-10T18:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245059#M11498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dug into the MQX source and found an instance where the MQX does enable the watchdog and services in in the systick routine.&amp;nbsp; This did not solve my problem, however, because it seems my problem is even more fundamental (see response above).&amp;nbsp; I need to be able to successfully communicate with the BDM over USB first.&amp;nbsp; The strange thing is that the Code Warrior Flash Programmer utility does work over the PEmicro Coldfire Multilink debugger, USB-ML-CFE.&amp;nbsp; I don't know why I can not successfully download my program to internal RAM.&amp;nbsp; Any thoughts?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 19:00:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245059#M11498</guid>
      <dc:creator>mikegr</dc:creator>
      <dc:date>2013-04-10T19:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245060#M11499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of BDM is it? Because I can tell you if it is a P&amp;amp;E that thread is just plain wrong. A P&amp;amp;E works just fine with USB 2.0. In fact I have run a Multi-Link on a a USB 3.0 port.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 19:29:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245060#M11499</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2013-04-10T19:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245061#M11500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&amp;nbsp; I am using P&amp;amp;E USB Multi-link.&amp;nbsp; I am able to use the CodeWarrior Flash Programmer and my multilink to successfully program an image, so things do seem to work at the USB level.&amp;nbsp; I have noticed the following behavior which may help understand root cause:&lt;/P&gt;&lt;P&gt;1) When using Flash Programmer, If I select "Verify Target Memory Writes", then programming fails with the message "Can not read target memory at location: 0x80000500. Please make sure that the chip selects are properly configured. The CWPP response code is: 0x0."&lt;/P&gt;&lt;P&gt;2) When using Flash Programmer, If I uncheck "Verify Target Memory Writes", then my image is successfully burned to Flash.&amp;nbsp; However, if I press "Verify", the following error occurs... "Verify Failed: 10 data mismatches occur."&lt;/P&gt;&lt;P&gt;The image is actually programmed fine. &lt;/P&gt;&lt;P&gt;It seems like something is incorrect with the .cfg&amp;nbsp; file, but I can't find a manual that explains how to set these for a custom board (non-eval board).&amp;nbsp; It is almost as if the read operations are trying to read from internal RAM rather than flash (internal RAM is memory mapped to 0x80000000 whereas Flash is mapped to 0x00000000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 21:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245061#M11500</guid>
      <dc:creator>mikegr</dc:creator>
      <dc:date>2013-04-10T21:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245062#M11501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try opening the case and remove the jumper inside. The case will pop open.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 22:00:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245062#M11501</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2013-04-10T22:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245063#M11502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will break the Flash Programmer log file into three parts. Starting here.&amp;nbsp; This shows when the programming operation was successful (verify write was turned off):&lt;/P&gt;&lt;P&gt;======================================================================&lt;BR /&gt;=== Execute: Program&lt;BR /&gt;=== Timestamp:&amp;nbsp; Wed Apr 10 14:57:39 2013&lt;BR /&gt;=== Flash Device:&amp;nbsp;&amp;nbsp; S29GL032M(R4,R6)&lt;BR /&gt;=== Flash Organization:&amp;nbsp;&amp;nbsp; 2Mx16x1&lt;BR /&gt;=== Flash Mem Start Addr: 0x00000000&lt;BR /&gt;=== Flash Mem End Addr:&amp;nbsp;&amp;nbsp; 0x003FFFFF&lt;BR /&gt;======================================================================&lt;BR /&gt;Informing other connection clients that the target is being 'clobbered'.&lt;BR /&gt;Loading Flash Device Driver at: 0x80000000&lt;BR /&gt;Flash Driver Buffer is at:&amp;nbsp;&amp;nbsp; 0x80001800&lt;BR /&gt;Flash Driver Buffer Size is: 0x0001E800&lt;BR /&gt;Done&lt;/P&gt;&lt;P&gt;Initialization Command Succeeded&lt;/P&gt;&lt;P&gt;Programming 0x00010000 bytes of Target Memory at 0x00000000&lt;BR /&gt;Programming 0x00010000 bytes of Target Memory at 0x00010000&lt;BR /&gt;Programming 0x00010000 bytes of Target Memory at 0x00020000&lt;BR /&gt;Programming 0x00010000 bytes of Target Memory at 0x00030000&lt;BR /&gt;Programming 0x00010000 bytes of Target Memory at 0x00040000&lt;BR /&gt;Programming 0x0000584C bytes of Target Memory at 0x00050000&lt;BR /&gt;Programmed total of 0x0005584C bytes&lt;/P&gt;&lt;P&gt;Program Command Succeeded&lt;BR /&gt;Timestamp:&amp;nbsp; Wed Apr 10 14:58:01 2013&lt;BR /&gt;: -------------------------&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Verifying file C:\Firmware_101\NAL01_Application\Output\Pegasus_Flash.elf&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 22:01:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245063#M11502</guid>
      <dc:creator>mikegr</dc:creator>
      <dc:date>2013-04-10T22:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245064#M11503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This shows when the Verify command failed after programming was successful.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;======================================================================&lt;BR /&gt;=== Execute: Verify&lt;BR /&gt;=== Timestamp:&amp;nbsp; Wed Apr 10 14:59:18 2013&lt;BR /&gt;=== Flash Device:&amp;nbsp;&amp;nbsp; S29GL032M(R4,R6)&lt;BR /&gt;=== Flash Organization:&amp;nbsp;&amp;nbsp; 2Mx16x1&lt;BR /&gt;=== Flash Mem Start Addr: 0x00000000&lt;BR /&gt;=== Flash Mem End Addr:&amp;nbsp;&amp;nbsp; 0x003FFFFF&lt;BR /&gt;======================================================================&lt;/P&gt;&lt;P&gt;Uploading 0x00010000 bytes starting from address 0x00000000&lt;BR /&gt;Data Mismatch at address: 0x00000000. Expected: 0x80. Actual:&amp;nbsp;&amp;nbsp; 0x00&lt;BR /&gt;Data Mismatch at address: 0x00000001. Expected: 0x02. Actual:&amp;nbsp;&amp;nbsp; 0x00&lt;BR /&gt;Data Mismatch at address: 0x00000006. Expected: 0x04. Actual:&amp;nbsp;&amp;nbsp; 0x00&lt;BR /&gt;Data Mismatch at address: 0x0000000A. Expected: 0x04. Actual:&amp;nbsp;&amp;nbsp; 0x00&lt;BR /&gt;Data Mismatch at address: 0x0000000B. Expected: 0x3E. Actual:&amp;nbsp;&amp;nbsp; 0x00&lt;BR /&gt;Data Mismatch at address: 0x0000000E. Expected: 0x04. Actual:&amp;nbsp;&amp;nbsp; 0x00&lt;BR /&gt;Data Mismatch at address: 0x0000000F. Expected: 0x3E. Actual:&amp;nbsp;&amp;nbsp; 0x00&lt;BR /&gt;Data Mismatch at address: 0x00000012. Expected: 0x04. Actual:&amp;nbsp;&amp;nbsp; 0x00&lt;BR /&gt;Data Mismatch at address: 0x00000013. Expected: 0x3E. Actual:&amp;nbsp;&amp;nbsp; 0x00&lt;BR /&gt;Flash Programmer: 10 data mismatches occur.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Verify command complete&lt;BR /&gt;Timestamp:&amp;nbsp; Wed Apr 10 14:59:21 2013&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 22:02:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245064#M11503</guid>
      <dc:creator>mikegr</dc:creator>
      <dc:date>2013-04-10T22:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245065#M11504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This shows when programming failed because "verify write" (during programming)&amp;nbsp; was selected.&lt;/P&gt;&lt;P&gt;======================================================================&lt;BR /&gt;=== Execute: Program&lt;BR /&gt;=== Timestamp:&amp;nbsp; Wed Apr 10 14:57:01 2013&lt;BR /&gt;=== Flash Device:&amp;nbsp;&amp;nbsp; S29GL032M(R4,R6)&lt;BR /&gt;=== Flash Organization:&amp;nbsp;&amp;nbsp; 2Mx16x1&lt;BR /&gt;=== Flash Mem Start Addr: 0x00000000&lt;BR /&gt;=== Flash Mem End Addr:&amp;nbsp;&amp;nbsp; 0x003FFFFF&lt;BR /&gt;======================================================================&lt;BR /&gt;Informing other connection clients that the target is being 'clobbered'.&lt;BR /&gt;Loading Flash Device Driver at: 0x80000000&lt;BR /&gt;Flash Programmer: Can not read target memory at location: 0x80000500. Please make sure that the chip selects are properly configured. The CWPP response code is: 0x0.&lt;/P&gt;&lt;P&gt;Timestamp:&amp;nbsp; Wed Apr 10 14:57:03 2013&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 22:03:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245065#M11504</guid>
      <dc:creator>mikegr</dc:creator>
      <dc:date>2013-04-10T22:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245066#M11505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I removed the jumper inside the PE multilink (so that it not using the CLK).&amp;nbsp; It programmed a bit slower, but otherwise the behavior was the same.&amp;nbsp; The Flash Programmer is able to write to flash, but not read (verify).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 22:31:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245066#M11505</guid>
      <dc:creator>mikegr</dc:creator>
      <dc:date>2013-04-10T22:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Coldfire debugger does not resume after initial break, register values missing</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245067#M11506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;Thanks for your help.&amp;nbsp; I found the issue and it solved all of the strange behavior that I noted in this thread. It is a compatibility problem with CodeWarrior 7.1 and the PG&amp;amp;E Multilink driver (see step 6 below).&amp;nbsp; Freescale technical support acknowledged that CodeWarrior 7.1 is not compatible with the latest PG&amp;amp;E multilink drivers.&amp;nbsp; I am using classic code warrior on a Windows 7 machine so I need to install two different versions of the Multilink driver, one for native windows and one for the virtual machine.&amp;nbsp;&amp;nbsp; Here are the steps.&lt;/P&gt;&lt;P&gt;1) Open PG&amp;amp;E Multilink Device case and move jumper to pins 2-3 (don't use clock). &lt;/P&gt;&lt;P&gt;2) Install the latest P&amp;amp;E Multilink Driver on Windows 7.&amp;nbsp; Windows 7 requires a later version of the driver to function with the multilink.&amp;nbsp; Go ahead and use the latest driver (I used 11). &lt;/P&gt;&lt;P&gt;3) Install XP Mode (Virtual Machine)&lt;/P&gt;&lt;P&gt;4) Install CodeWarrior 7.1 on Virtual Machine (XP Mode).&amp;nbsp; It will not install/run in native Windows 7.&lt;/P&gt;&lt;P&gt;5) Plug in Multilink USB device to PC.&amp;nbsp; Attach Multilink USB device to Virtual Machine. This will cause the Multilink USB device to turn off (bug?)&lt;/P&gt;&lt;P&gt;6)&amp;nbsp; Remove Multilink USB from PC USB port and plug it back in.&amp;nbsp; The virtual machine will recognize the device and the hardware wizard will ask to install the driver.&amp;nbsp; Install the older version of the P&amp;amp;E Multilink driver that is shipped with the device (in my case I used driver version 9 for the USB-ML-CFE rev C device)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 23:33:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Coldfire-debugger-does-not-resume-after-initial-break-register/m-p/245067#M11506</guid>
      <dc:creator>mikegr</dc:creator>
      <dc:date>2013-04-11T23:33:26Z</dc:date>
    </item>
  </channel>
</rss>

