<?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>Kinetis MicrocontrollersのトピックRe: Recover FRDM K64F</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470511#M28419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich,&lt;/P&gt;&lt;P&gt;I found and read your articles before, but I don't have a &lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Segger J-Link :smileysad:&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;I don't know if it helps, but I think I know what caused the issue(s). I was playing around with a custom bootloader which downloads a new binary and writes it to the flash and reboots the device. The only problem was that the uri to the new binary was wrong and I accidentally flashed the device with the 404 HTML message I got back (yes I know I should have checked the response code...) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 18:55:31 GMT</pubDate>
    <dc:creator>wmmihaa</dc:creator>
    <dc:date>2016-06-01T18:55:31Z</dc:date>
    <item>
      <title>Recover FRDM K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470509#M28417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1.7rem; font-size: 14px; color: #504f4d; font-family: 'Open Sans', 'Gill Sans', 'Gill Sans MT', Arial, sans-serif !important;"&gt;I've got an FRDM K64F and it's been working fine for weeks. However, I think I've messed something up as I can't mount the board to the USB any more. When I hook it up, nothing happened. I've tried booting it up in bootloader mode and the USB drive came alive so I downloaded the latest firmware and restarted the device but with the same result after I've restarted it.&lt;/P&gt;&lt;P style="margin-bottom: 1.7rem; font-size: 14px; color: #504f4d; font-family: 'Open Sans', 'Gill Sans', 'Gill Sans MT', Arial, sans-serif !important;"&gt;There is a red led next to the reset button which I don't think was lit before (see image). Matters got even worse as I accepted the defeat and bought another board...and now I have two K64F with the same issue...&lt;/P&gt;&lt;P style="margin-bottom: 1.7rem; font-size: 14px; color: #504f4d; font-family: 'Open Sans', 'Gill Sans', 'Gill Sans MT', Arial, sans-serif !important;"&gt;Cheers Mikael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 17:11:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470509#M28417</guid>
      <dc:creator>wmmihaa</dc:creator>
      <dc:date>2016-06-01T17:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Recover FRDM K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470510#M28418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mikael,&lt;/P&gt;&lt;P&gt;the red LED is indicating the reset of the K64F, so your device is constantly resetting.&lt;/P&gt;&lt;P&gt;I had that in a few cases too. See&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2014/04/19/recovering-frdm-k64f-mbed-board/" title="https://mcuoneclipse.com/2014/04/19/recovering-frdm-k64f-mbed-board/"&gt;https://mcuoneclipse.com/2014/04/19/recovering-frdm-k64f-mbed-board/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2014/11/10/recovering-the-frdm-k64f-bootloader-or-cloning-the-program-of-a-microcontroller/" title="https://mcuoneclipse.com/2014/11/10/recovering-the-frdm-k64f-bootloader-or-cloning-the-program-of-a-microcontroller/"&gt;https://mcuoneclipse.com/2014/11/10/recovering-the-frdm-k64f-bootloader-or-cloning-the-program-of-a-microcontroller/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;for possible solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 18:41:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470510#M28418</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-06-01T18:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Recover FRDM K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470511#M28419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich,&lt;/P&gt;&lt;P&gt;I found and read your articles before, but I don't have a &lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Segger J-Link :smileysad:&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #373737; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;I don't know if it helps, but I think I know what caused the issue(s). I was playing around with a custom bootloader which downloads a new binary and writes it to the flash and reboots the device. The only problem was that the uri to the new binary was wrong and I accidentally flashed the device with the 404 HTML message I got back (yes I know I should have checked the response code...) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 18:55:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470511#M28419</guid>
      <dc:creator>wmmihaa</dc:creator>
      <dc:date>2016-06-01T18:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Recover FRDM K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470512#M28420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ih Mikael,&lt;/P&gt;&lt;P&gt;if the K20/OpenSDA bootloader is still workign, you do not need a dedicated SWD probe to reflash it.&lt;/P&gt;&lt;P&gt;My experience is that the CMSIS-DAP/mbed firmware has issues to get hold of a 'running wild' K64F: in that case it helps if you either drag&amp;amp;drop that .bin file to recover as explained in one of the article, or if you load the Segger OpenSDA firmware on the board/K20 and then recover the K64F with it.&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>Thu, 02 Jun 2016 07:02:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470512#M28420</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-06-02T07:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Recover FRDM K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470513#M28421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reading the articles (again) it seams to be exactly the same issue, but just to make sure I understand you correctly; You wrote "&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;EM&gt;in that case it helps if you either drag&amp;amp;drop that .bin file to recover as explained in one of the article&lt;/EM&gt;". -Do you mean booting up the board as normal and drop in a HelloWorld binary in the MBED drive? If this is what you mean, I can't do that as I can't access the device after normal boot using USB.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The second option was "&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;EM&gt;if you load the Segger OpenSDA firmware on the board/K20 and then recover the K64F with it.&lt;/EM&gt;" I grabbed the bin file and drag &amp;amp; dropped it to the USB drive after booting on bootloader mode:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="bin.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/60193i3CCE4C5A69869A41/image-size/large?v=v2&amp;amp;px=999" role="button" title="bin.jpg" alt="bin.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;But after I've done that the device appears dead and no USB drive comes up after normal boot. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 10:29:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470513#M28421</guid>
      <dc:creator>wmmihaa</dc:creator>
      <dc:date>2016-06-02T10:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Recover FRDM K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470514#M28422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the second option you need to get the Segger Firmware binary from &lt;A href="https://www.segger.com/opensda.html" title="https://www.segger.com/opensda.html"&gt;SEGGER - The Embedded Experts - OpenSDA / OpenSDA V2&lt;/A&gt;&amp;nbsp; and drag&amp;amp;drop it to the Bootloader mode/device. Then you have to use a normal SWD/JTAG debugger (e.g. KDS to re-program/get access to the K64F. As mbed does not include a debugger, you cannot use mbed for this. You need a real tool for this.&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 10:40:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470514#M28422</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-06-02T10:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Recover FRDM K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470515#M28423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I installed the 02_OpenSDA_FRDM-K64F_REVB.bin on the bootloader, stared it up like normal and fired up Keil uVision5 but it can't find the device. I tried the 02_OpenSDA_FRDM-K64F_REVD binary with the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, is uVision a different IDE or is it just a new name for Kinetis Design Studio?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 11:12:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470515#M28423</guid>
      <dc:creator>wmmihaa</dc:creator>
      <dc:date>2016-06-02T11:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Recover FRDM K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470516#M28424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mikael,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Keil uVision is a a product from ARM/Keil (proprietary IDE). Kinetis Design Studio (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fkds" rel="nofollow" target="_blank"&gt;http://www.nxp.com/kds&lt;/A&gt;&lt;SPAN&gt;) is a product from NXP (Eclipse based IDE). They are two different things.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 14:36:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470516#M28424</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-06-02T14:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Recover FRDM K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470517#M28425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm going to cry myself to sleep tonight ...&lt;/P&gt;&lt;P&gt;ok... firmware deployed and KDS installed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q1: I assume I need to open some sort of project, but which project would that be?&lt;/P&gt;&lt;P&gt;Q2: Should the board be started in bootloader mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using uVision it tells me "Device not found", but in KDS I don't know where to even set the target...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, how much would it cost me to have an online call... :smileywink:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 16:18:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470517#M28425</guid>
      <dc:creator>wmmihaa</dc:creator>
      <dc:date>2016-06-02T16:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Recover FRDM K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470518#M28426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mikael,&lt;/P&gt;&lt;P&gt;Q1: an 'empty' project will do. The point is to get a project flashed which can run out of reset properly.&lt;/P&gt;&lt;P&gt;Q2: no, the board should be in 'normal' mode so you can debug it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;online call: one beer :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 05:47:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470518#M28426</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-06-03T05:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Recover FRDM K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470519#M28427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I thought. I've been testing with different bootloaders from OpenSDA and even the once that come with KDS, but the result is pretty much the same:&lt;/P&gt;&lt;P&gt;****************************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Open On-Chip Debugger 0.8.0-dev (2015-01-09-16:22)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Licensed under GNU GPL v2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For bug reports, read&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fopenocd.sourceforge.net%2Fdoc%2Fdoxygen%2Fbugs.html" rel="nofollow" target="_blank"&gt;http://openocd.sourceforge.net/doc/doxygen/bugs.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Info : only one transport option; autoselect 'cmsis-dap'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error: unable to open CMSIS-DAP device&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error: unable to init CMSIS-DAP driver&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error: Error selecting 'cmsis-dap' as transport&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Runtime Error: C:/Freescale/KDS_v3/openocd/bin/..//scripts/kinetis.cfg:3: &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;in procedure 'script' &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;at file "embedded:startup.tcl", line 58&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;in procedure 'interface' called at file "C:/Freescale/KDS_v3/openocd/bin/..//scripts/kinetis.cfg", line 3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;****************************************************************************************************************************&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you'd&amp;nbsp; have a few minutes to spare on a skype meeting - that would be awesome. My skype id is wmmihaa [at] hotmail [com].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Mikael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 06:47:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Recover-FRDM-K64F/m-p/470519#M28427</guid>
      <dc:creator>wmmihaa</dc:creator>
      <dc:date>2016-06-03T06:47:42Z</dc:date>
    </item>
  </channel>
</rss>

