<?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: how to flash a KL26 with no crystal?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466508#M28133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Josh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether there is a crystal or not in the circuit doesn't affect the way that programming takes place; an erased chip will always be runing from the internal oscillator and the external one will not be enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would try reducing the JLink clock speed setting to see whether it makes a difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try using different programming tools - I have experienced cases where (for example) IAR and JLink wouldn't work together in some circumstances but Codewarrior and JLink would. I could then get IAR + JLink operating again by commanding a chip erase with CW + JLink, then a chip erase with IAR + JLink and after all was fine again (until loading certain code, when it would again stop operating).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somethings are difficult to explain but I can't imagine the crystal being there or not to be a reason for a programming issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 19:53:07 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2016-02-17T19:53:07Z</dc:date>
    <item>
      <title>how to flash a KL26 with no crystal?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466507#M28132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used many kinetis chips but this is the first design that has no crystal.&amp;nbsp; It is intended to use the internal oscillator.&amp;nbsp; It is not possible to flash any of these units without the crystal.&amp;nbsp; They continuously put themselves in reset resulting in a series of pulses on the reset pin.&amp;nbsp; This results in the orange light on the jlink.&amp;nbsp; When I try to flash the jlink blinks red.&amp;nbsp; The jlink can connect but gives an error when any memory is attempted to be read or written.&amp;nbsp; What could be the problem?&amp;nbsp; Is it possible to use the KL26 with only the internal oscillator?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 17:17:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466507#M28132</guid>
      <dc:creator>robotjosh</dc:creator>
      <dc:date>2016-02-17T17:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to flash a KL26 with no crystal?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466508#M28133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Josh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether there is a crystal or not in the circuit doesn't affect the way that programming takes place; an erased chip will always be runing from the internal oscillator and the external one will not be enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would try reducing the JLink clock speed setting to see whether it makes a difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try using different programming tools - I have experienced cases where (for example) IAR and JLink wouldn't work together in some circumstances but Codewarrior and JLink would. I could then get IAR + JLink operating again by commanding a chip erase with CW + JLink, then a chip erase with IAR + JLink and after all was fine again (until loading certain code, when it would again stop operating).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somethings are difficult to explain but I can't imagine the crystal being there or not to be a reason for a programming issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 19:53:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466508#M28133</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-02-17T19:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to flash a KL26 with no crystal?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466509#M28134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;As Mark mentioned above, there's no difference to program the KL26 between integrate with the external crystal and use the internal oscillator.&lt;/P&gt;&lt;P&gt;I'd like to suggest that you'd better check the debug interface by referring to the attachment.&lt;/P&gt;&lt;P&gt;And I was wondering if you can tell which IDE you use and and share the screenshot of the error message.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 06:53:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466509#M28134</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-02-18T06:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to flash a KL26 with no crystal?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466510#M28135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried reducing the debug clock to 20khz.&amp;nbsp; Here is the log-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;SEGGER J-Link GDB Server V5.02d Command Line Version&lt;/P&gt;&lt;P class="p2"&gt;&lt;/P&gt;&lt;P class="p1"&gt;JLinkARM.dll V5.02d (DLL compiled Sep 18 2015 20:21:49)&lt;/P&gt;&lt;P class="p2"&gt;&lt;/P&gt;&lt;P class="p1"&gt;-----GDB Server start settings-----&lt;/P&gt;&lt;P class="p1"&gt;GDBInit file:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; none&lt;/P&gt;&lt;P class="p1"&gt;GDB Server Listening port:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2331&lt;/P&gt;&lt;P class="p1"&gt;SWO raw output listening port: 2332&lt;/P&gt;&lt;P class="p1"&gt;Terminal I/O port:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2333&lt;/P&gt;&lt;P class="p1"&gt;Accept remote connection:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost only&lt;/P&gt;&lt;P class="p1"&gt;Generate logfile:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; off&lt;/P&gt;&lt;P class="p1"&gt;Verify download:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/P&gt;&lt;P class="p1"&gt;Init regs on start:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/P&gt;&lt;P class="p1"&gt;Silent mode:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; off&lt;/P&gt;&lt;P class="p1"&gt;Single run mode:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/P&gt;&lt;P class="p1"&gt;Target connection timeout:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 ms&lt;/P&gt;&lt;P class="p1"&gt;------J-Link related settings------&lt;/P&gt;&lt;P class="p1"&gt;J-Link Host interface:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USB&lt;/P&gt;&lt;P class="p1"&gt;J-Link script:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; none&lt;/P&gt;&lt;P class="p1"&gt;J-Link settings file:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; none&lt;/P&gt;&lt;P class="p1"&gt;------Target related settings------&lt;/P&gt;&lt;P class="p1"&gt;Target device:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MKL26Z128xxx4&lt;/P&gt;&lt;P class="p1"&gt;Target interface:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SWD&lt;/P&gt;&lt;P class="p1"&gt;Target interface speed:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20kHz&lt;/P&gt;&lt;P class="p1"&gt;Target endian:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; little&lt;/P&gt;&lt;P class="p2"&gt;&lt;/P&gt;&lt;P class="p1"&gt;Connecting to J-Link...&lt;/P&gt;&lt;P class="p1"&gt;J-Link is connected.&lt;/P&gt;&lt;P class="p1"&gt;Firmware: J-Link V9 compiled Sep 18 2015 19:53:12&lt;/P&gt;&lt;P class="p1"&gt;Hardware: V9.30&lt;/P&gt;&lt;P class="p1"&gt;S/N: 59304847&lt;/P&gt;&lt;P class="p1"&gt;Feature(s): GDB&lt;/P&gt;&lt;P class="p1"&gt;Checking target voltage...&lt;/P&gt;&lt;P class="p1"&gt;Target voltage: 3.36 V&lt;/P&gt;&lt;P class="p1"&gt;Listening on TCP/IP port 2331&lt;/P&gt;&lt;P class="p1"&gt;Connecting to target...Connected to target&lt;/P&gt;&lt;P class="p1"&gt;Waiting for GDB connection...Connected to 127.0.0.1&lt;/P&gt;&lt;P class="p1"&gt;Reading all registers&lt;/P&gt;&lt;P class="p1"&gt;Read 4 bytes @ address 0x00000000 (Data = 0xFFFFFFFF)&lt;/P&gt;&lt;P class="p1"&gt;Target interface speed set to 1000 kHz&lt;/P&gt;&lt;P class="p1"&gt;Resetting target&lt;/P&gt;&lt;P class="p1"&gt;Halting target CPU...&lt;/P&gt;&lt;P class="p1"&gt;...Target halted (PC = 0xFFFFFFFE)&lt;/P&gt;&lt;P class="p1"&gt;R0 = 7FFFDDFD, R1 = FFFFFEDF, R2 = CFDD1DFF, R3 = EFFF7BFF&lt;/P&gt;&lt;P class="p1"&gt;R4 = BEFDDFFF, R5 = FF5FF7FD, R6 = FFDFFC7F, R7 = FBDFFFFE&lt;/P&gt;&lt;P class="p1"&gt;R8 = BFFBFDFE, R9 = FD14DFAF, R10= FFAFFFE7, R11= CFDFF6F7&lt;/P&gt;&lt;P class="p1"&gt;R12= 7DFFFFEF, R13= FFFFFFFC, MSP= FFFFFFFC, PSP= FFFEFFFC&lt;/P&gt;&lt;P class="p1"&gt;R14(LR) = FFFFFFF9, R15(PC) = FFFFFFFE&lt;/P&gt;&lt;P class="p1"&gt;XPSR F1000000, APSR F0000000, EPSR 01000000, IPSR 00000000&lt;/P&gt;&lt;P class="p1"&gt;CFBP 00000000, CONTROL 00, FAULTMASK 00, BASEPRI 00, PRIMASK 00&lt;/P&gt;&lt;P class="p1"&gt;Reading all registers&lt;/P&gt;&lt;P class="p1"&gt;Select auto target interface speed (2000 kHz)&lt;/P&gt;&lt;P class="p1"&gt;Flash breakpoints enabled&lt;/P&gt;&lt;P class="p1"&gt;Semi-hosting enabled (Handle on BKPT)&lt;/P&gt;&lt;P class="p1"&gt;Semihosting I/O set to TELNET Client&lt;/P&gt;&lt;P class="p1"&gt;SWO disabled succesfully.&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Failed to preserve original RAM content before CPU clock frequency detection!&lt;/P&gt;&lt;P class="p1"&gt;Failed to restore original RAM content after CPU clock frequency detection!&lt;/P&gt;&lt;P class="p2"&gt;&lt;/P&gt;&lt;P class="p1"&gt;Failed to enable SWO. Could not measure target CPU frequency.&lt;/P&gt;&lt;P class="p1"&gt;Downloading 192 bytes @ address 0x00000000 - Verified OK&lt;/P&gt;&lt;P class="p1"&gt;Downloading 16 bytes @ address 0x00000400 - Verified OK&lt;/P&gt;&lt;P class="p1"&gt;Downloading 2480 bytes @ address 0x00000410 - Verified OK&lt;/P&gt;&lt;P class="p1"&gt;Downloading 8 bytes @ address 0x00000DC0 - Verified OK&lt;/P&gt;&lt;P class="p1"&gt;Downloading 4 bytes @ address 0x00000DC8 - Verified OK&lt;/P&gt;&lt;P class="p1"&gt;Downloading 4 bytes @ address 0x00000DCC - Verified OK&lt;/P&gt;&lt;P class="p1"&gt;Downloading 96 bytes @ address 0x00000DD0 - Verified OK&lt;/P&gt;&lt;P class="p1"&gt;Downloading 24 bytes @ address 0x00000E30 - Verified OK&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Failed to download RAMCode.&lt;/P&gt;&lt;P class="p1"&gt;Failed to download RAMCode!&lt;/P&gt;&lt;P class="p1"&gt;Writing register (PC = 0x000006d0)&lt;/P&gt;&lt;P class="p1"&gt;Read 4 bytes @ address 0x000006D0 (Data = 0xFFFFFFFF)&lt;/P&gt;&lt;P class="p1"&gt;Read 2 bytes @ address 0x00000514 (Data = 0xFFFF)&lt;/P&gt;&lt;P class="p1"&gt;Read 2 bytes @ address 0x00000514 (Data = 0xFFFF)&lt;/P&gt;&lt;P class="p1"&gt;Resetting target&lt;/P&gt;&lt;P class="p1"&gt;Halting target CPU...&lt;/P&gt;&lt;P class="p1"&gt;...Target halted (PC = 0xFFFFFFFE)&lt;/P&gt;&lt;P class="p1"&gt;Read 2 bytes @ address 0x00000514 (Data = 0xFFFF)&lt;/P&gt;&lt;P class="p1"&gt;Read 2 bytes @ address 0x00000514 (Data = 0xFFFF)&lt;/P&gt;&lt;P class="p1"&gt;Read 2 bytes @ address 0x00000514 (Data = 0xFFFF)&lt;/P&gt;&lt;P class="p1"&gt;R0 = 7FFFDDFD, R1 = FFFFFEDF, R2 = CFDD1DFF, R3 = EFFF7BFF&lt;/P&gt;&lt;P class="p1"&gt;R4 = BEFDDFFF, R5 = FF5FF7FD, R6 = FFDFFC7F, R7 = FBDFFFFE&lt;/P&gt;&lt;P class="p1"&gt;R8 = BFFBFDFE, R9 = FD14DFAF, R10= FFAFFFE7, R11= CFDFF6F7&lt;/P&gt;&lt;P class="p1"&gt;R12= 7DFFFFEF, R13= FFFFFFFC, MSP= FFFFFFFC, PSP= FFFEFFFC&lt;/P&gt;&lt;P class="p1"&gt;R14(LR) = FFFFFFF9, R15(PC) = FFFFFFFE&lt;/P&gt;&lt;P class="p1"&gt;XPSR F1000000, APSR F0000000, EPSR 01000000, IPSR 00000000&lt;/P&gt;&lt;P class="p1"&gt;CFBP 00000000, CONTROL 00, FAULTMASK 00, BASEPRI 00, PRIMASK 00&lt;/P&gt;&lt;P class="p1"&gt;Reading all registers&lt;/P&gt;&lt;P class="p1"&gt;WARNING: Failed to read memory @ address 0xFFFFFFFE&lt;/P&gt;&lt;P class="p1"&gt;Setting breakpoint @ address 0x00000514, Size = 2, BPHandle = 0x0001&lt;/P&gt;&lt;P class="p1"&gt;Starting target CPU...&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 15 (R15) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;...Target halted (PC = 0x00000000)&lt;/P&gt;&lt;P class="p1"&gt;Reading all registers&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 0 (R0) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 1 (R1) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 2 (R2) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 3 (R3) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 4 (R4) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 5 (R5) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 6 (R6) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 7 (R7) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 8 (R8) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 9 (R9) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 10 (R10) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 11 (R11) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 12 (R12) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 13 (R13) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 14 (R14) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 15 (R15) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 16 (XPSR) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 17 (MSP) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 18 (PSP) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 24 (PRIMASK) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 25 (BASEPRI) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 26 (FAULTMASK) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;ERROR: Can not read register 27 (CONTROL) while CPU is running&lt;/P&gt;&lt;P class="p1"&gt;Removing breakpoint @ address 0x00000514, Size = 2&lt;/P&gt;&lt;P class="p1"&gt;Read 4 bytes @ address 0x00000000 (Data = 0xFFFFFFFF)&lt;/P&gt;&lt;P class="p1"&gt;Read 4 bytes @ address 0x00000000 (Data = 0xFFFFFFFF)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 16:10:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466510#M28135</guid>
      <dc:creator>robotjosh</dc:creator>
      <dc:date>2016-02-18T16:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to flash a KL26 with no crystal?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466511#M28136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried adding a pullup to SWD_DIO as in the diagram, same results.&amp;nbsp; IAR isn't an option, we are using kinetis design studio 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 17:35:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466511#M28136</guid>
      <dc:creator>robotjosh</dc:creator>
      <dc:date>2016-02-18T17:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to flash a KL26 with no crystal?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466512#M28137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Hi Josh,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;I'd like to suggest the following steps to unsecure the chip, then try again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;1. Open the Jlink commander;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;2. Input the commander:unclok the kinetis;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Ping&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 11:38:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466512#M28137</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-02-19T11:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to flash a KL26 with no crystal?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466513#M28138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the jlink commander log of trying to erase after the "unlock Kinetis" command.&amp;nbsp; It stops going into a reset loop at this point but still cannot read or write memory.&amp;nbsp; If I try to debug with kds at this point it will go back to the reset loop and do the same as before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J-Link&amp;gt;unlock Kinetis&lt;/P&gt;&lt;P&gt;Unlocking device...O.K.&lt;/P&gt;&lt;P&gt;J-Link&amp;gt;erase&lt;/P&gt;&lt;P&gt;Info: Found SWD-DP with ID 0x0BC11477&lt;/P&gt;&lt;P&gt;Info: Found SWD-DP with ID 0x0BC11477&lt;/P&gt;&lt;P&gt;Info: Found Cortex-M0 r0p0, Little endian.&lt;/P&gt;&lt;P&gt;Info: FPUnit: 2 code (BP) slots and 0 literal slots&lt;/P&gt;&lt;P&gt;Info: CoreSight components:&lt;/P&gt;&lt;P&gt;Info: ROMTbl 0 @ F0002000&lt;/P&gt;&lt;P&gt;Info: ROMTbl 0 [0]: FFFFE000, CID: B105900D, PID: 000BB932 MTB-M0+&lt;/P&gt;&lt;P&gt;Info: ROMTbl 0 [1]: FFFFF000, CID: B105900D, PID: 0008E000 MTBDWT&lt;/P&gt;&lt;P&gt;Info: ROMTbl 0 [2]: F00FD000, CID: B105100D, PID: 000BB4C0 ROM Table&lt;/P&gt;&lt;P&gt;Info: ROMTbl 1 @ E00FF000&lt;/P&gt;&lt;P&gt;Info: ROMTbl 1 [0]: FFF0F000, CID: B105E00D, PID: 000BB008 SCS&lt;/P&gt;&lt;P&gt;Info: ROMTbl 1 [1]: FFF02000, CID: B105E00D, PID: 000BB00A DWT&lt;/P&gt;&lt;P&gt;Info: ROMTbl 1 [2]: FFF03000, CID: B105E00D, PID: 000BB00B FPB&lt;/P&gt;&lt;P&gt;Info: Kinetis L-series (setup): Disabling watchdog.&lt;/P&gt;&lt;P&gt;Erasing device (MKL26Z128xxx4 (allow security))...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****** Error: Failed to prepare for programming.&lt;/P&gt;&lt;P&gt;Could not read target memory.&lt;/P&gt;&lt;P&gt;Please check your flash settings!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****** Error: Failed to prepare for programming.&lt;/P&gt;&lt;P&gt;Could not read target memory.&lt;/P&gt;&lt;P&gt;Please check your flash settings!&lt;/P&gt;&lt;P&gt;ERROR: Erase returned with error code -1.&lt;/P&gt;&lt;P&gt;J-Link&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 15:57:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-flash-a-KL26-with-no-crystal/m-p/466513#M28138</guid>
      <dc:creator>robotjosh</dc:creator>
      <dc:date>2016-02-19T15:57:51Z</dc:date>
    </item>
  </channel>
</rss>

