<?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 for MCUのトピックRe: Failed to resume target process. Downloading binary to target...</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374780#M11384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try it with the TWR-52259 board? Bottom line is that I think you have a board/hardware issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2014 04:12:54 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2014-09-19T04:12:54Z</dc:date>
    <item>
      <title>Failed to resume target process. Downloading binary to target...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374772#M11376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,everyone.&lt;SPAN style="color: #666666; font-family: Tahoma, Arial; font-size: 12px; text-align: justify; background-color: rgba(255, 255, 255, 0.8);"&gt;I met a problem, &lt;SPAN style="color: #434343; font-family: Tahoma, Arial; font-size: 12px; background-color: #f2f2f2;"&gt;urged to solve it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: justify; color: #434343; font-size: 12px; background-color: #f2f2f2; font-family: Tahoma, Arial;"&gt;I run the simple demo in a 52259 development board with CW10.6.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-align: justify; color: #434343; font-size: 12px; background-color: #f2f2f2; font-family: Tahoma, Arial;"&gt;When I run the demo,the cw displays "Failed to resume target process. Downloading binary to target...".&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 09:34:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374772#M11376</guid>
      <dc:creator>guilongxiao</dc:creator>
      <dc:date>2014-09-17T09:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to resume target process. Downloading binary to target...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374773#M11377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What that message means is that the debugger is not able to stop and run the processor.&lt;/P&gt;&lt;P&gt;Multiple reasons:&lt;/P&gt;&lt;P&gt;- wrong cpu selected?&lt;/P&gt;&lt;P&gt;- overlapping memory areas? (&lt;A href="http://mcuoneclipse.com/2012/03/30/problem-occurred-flash-programming-with-overlapping-memory/" title="http://mcuoneclipse.com/2012/03/30/problem-occurred-flash-programming-with-overlapping-memory/"&gt;http://mcuoneclipse.com/2012/03/30/problem-occurred-flash-programming-with-overlapping-memory/&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;- wrong debugger connection settings? (&lt;A href="http://mcuoneclipse.com/2014/04/20/using-the-frdm-k64f-with-codewarrior/" title="http://mcuoneclipse.com/2014/04/20/using-the-frdm-k64f-with-codewarrior/"&gt;Using the FRDM-K64F with CodeWarrior | MCU on Eclipse&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;Does it happen as well with the wizard project created by CodeWarrior? then you might have a board problem.&lt;/P&gt;&lt;P&gt;You could try as well one of my projects here: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/TWR-52259" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/TWR-52259"&gt;https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/TWR-52259&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 12:55:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374773#M11377</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-09-17T12:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to resume target process. Downloading binary to target...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374774#M11378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sure that the cpu selected correct,and the board is ok.&lt;SPAN style="color: #666666; font-family: Tahoma, Arial; font-size: 12px; text-align: justify; background-color: rgba(255, 255, 255, 0.8);"&gt;In order to make you a better analysis&lt;/SPAN&gt;,I copy the console,as the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Starting 3rd party flash programming...&lt;/P&gt;&lt;P&gt;GDI: Mtwks Callback(MTWKS_CB_PROJECTACCESS, Section : STARTUP, Entry : SPECIFY_NETWORKCARD_ENABLED, Value : HFSUIDFH5390FJIfnsdofnfjsdoiFHSIDO, R) =&amp;gt; DI_ERR_NONFATAL&lt;/P&gt;&lt;P&gt;INF: Copyright 2012 P&amp;amp;E Microcomputer Systems,Inc.&lt;/P&gt;&lt;P&gt;INF: Command Line :"D:\Freescale\CW MCU v10.6\eclipse\..\MCU\bin\de.exe" -noni -language en -ORBendPoint giop:tcp:127.0.0.1: -ORBtraceLevel 0&lt;/P&gt;&lt;P&gt;INF: CMD&amp;gt;RE&lt;/P&gt;&lt;P&gt;INF: Initializing.&lt;/P&gt;&lt;P&gt;INF: Device Debug Module : Revision B+&lt;/P&gt;&lt;P&gt;INF: Device Detected : 5225x&lt;/P&gt;&lt;P&gt;INF: Target has been RESET and is active.&lt;/P&gt;&lt;P&gt;INF: CMD&amp;gt;CM D:\Freescale\CW MCU v10.6\MCU\bin\Plugins\support\coldfire\gdi\P&amp;amp;E\freescale_52259_1x32x128k.cfp&lt;/P&gt;&lt;P&gt;INF: Initializing.&lt;/P&gt;&lt;P&gt;INF: Device Debug Module : Revision A&lt;/P&gt;&lt;P&gt;INF: Device Detected : Generic 52xx&lt;/P&gt;&lt;P&gt;INF: Device Debug Module : Revision A&lt;/P&gt;&lt;P&gt;INF: Device Detected : Generic 52xx&lt;/P&gt;&lt;P&gt;INF: Not able to access processor. Try software reset.&amp;nbsp; &lt;/P&gt;&lt;P&gt;ERR: Error loading programming algorithm - load aborted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 08:27:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374774#M11378</guid>
      <dc:creator>guilongxiao</dc:creator>
      <dc:date>2014-09-18T08:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to resume target process. Downloading binary to target...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374775#M11379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your problem is that it does *not* properly detect the device. It says "INF: Device Detected : Generic 52xx" for you.&lt;/P&gt;&lt;P&gt;Below is what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Starting 3rd party flash programming...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;GDI: Mtwks Callback(MTWKS_CB_PROJECTACCESS, Section : STARTUP, Entry : SPECIFY_NETWORKCARD_ENABLED, Value : 0, R) =&amp;gt; DI_OK&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Copyright 2012 P&amp;amp;E Microcomputer Systems,Inc.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Command Line :"C:\Freescale\CW MCU v10.6\eclipse\..\MCU\bin\de.exe" -noni -language en -ORBendPoint giop:tcp:127.0.0.1: -ORBtraceLevel 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: CMD&amp;gt;RE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Initializing.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Device Debug Module : Revision B+&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Device Detected : 5225x&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Target has been RESET and is active.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: CMD&amp;gt;CM C:\Freescale\CW MCU v10.6\MCU\bin\Plugins\support\coldfire\gdi\P&amp;amp;E\freescale_52259_1x32x128k.cfp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Initializing.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Device Debug Module : Revision B+&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;INF: Device Detected : 5225x&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Initialized.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: ;version 1.01, 10/01/2008, Copyright P&amp;amp;E Microcomputer Systems, &lt;A href="http://www.pemicro.com/"&gt;www.pemicro.com&lt;/A&gt; [522xx_512k]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: ;device Freescale, 52259, 1x32x128k&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: ;begin_cs device=$00000000, length=$00080000, ram=$10000000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Loading programming algorithm ... &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Done.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: CMD&amp;gt;EM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Erasing.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Module has been erased.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;GDI: Mtwks Callback(MTWKS_CB_PROJECTACCESS, Section : PEDEBUG, Entry : DO_PARTITIONING, Value : HFSUIDFH5390FJIfnsdofnfjsdoiFHSIDO, R) =&amp;gt; DI_ERR_NONFATAL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: CMD&amp;gt;PM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Programming.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Processing Object File Data ... &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: . &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Programmed.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: CMD&amp;gt;VC&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Verifying object file CRC-16 to device ranges ... &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF:&amp;nbsp;&amp;nbsp;&amp;nbsp; block 00000000-000002FF ... &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Ok.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF:&amp;nbsp;&amp;nbsp;&amp;nbsp; block 00000400-00000417 ... &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Ok.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF:&amp;nbsp;&amp;nbsp;&amp;nbsp; block 00000420-00021ED7 ... &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Ok.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF:&amp;nbsp;&amp;nbsp;&amp;nbsp; Checksum Verification Successful. (Cumulative CRC-16=$90BC)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: CMD&amp;gt;RE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Initializing.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Device Debug Module : Revision B+&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Device Detected : 5225x&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INF: Target has been RESET and is active.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are screenshots of my settings. Can you verify them?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46062iE113EABAF46C0FA1/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46063i7ECF688C0C916D63/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46097iDF9238EB937B1DEF/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 09:01:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374775#M11379</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-09-18T09:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to resume target process. Downloading binary to target...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374776#M11380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46109i9130A585F90CB0D7/image-size/large?v=v2&amp;amp;px=999" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46110iDE364082F77CBC77/image-size/large?v=v2&amp;amp;px=999" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/46111i1823D20DA26B2354/image-size/large?v=v2&amp;amp;px=999" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 10:41:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374776#M11380</guid>
      <dc:creator>guilongxiao</dc:creator>
      <dc:date>2014-09-18T10:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to resume target process. Downloading binary to target...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374777#M11381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I check my settings a&lt;SPAN style="color: #666666; font-family: Tahoma, Arial; font-size: 12px; text-align: justify; background-color: rgba(255, 255, 255, 0.8);"&gt;s above.Do you have any &lt;SPAN style="color: #666666; font-family: Tahoma, Arial; font-size: 12px; text-align: justify; background-color: rgba(255, 255, 255, 0.8);"&gt;advices&lt;/SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 11:13:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374777#M11381</guid>
      <dc:creator>guilongxiao</dc:creator>
      <dc:date>2014-09-18T11:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to resume target process. Downloading binary to target...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374778#M11382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your board the TWR-52259 or a custom board?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 17:15:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374778#M11382</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-09-18T17:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to resume target process. Downloading binary to target...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374779#M11383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Custom board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 01:21:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374779#M11383</guid>
      <dc:creator>guilongxiao</dc:creator>
      <dc:date>2014-09-19T01:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to resume target process. Downloading binary to target...</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374780#M11384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try it with the TWR-52259 board? Bottom line is that I think you have a board/hardware issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 04:12:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Failed-to-resume-target-process-Downloading-binary-to-target/m-p/374780#M11384</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-09-19T04:12:54Z</dc:date>
    </item>
  </channel>
</rss>

