<?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: KL15 Locked - Bootloader Development - Need Help</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL15-Locked-Bootloader-Development-Need-Help/m-p/412128#M23352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ma Hui,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For SWD:&lt;/P&gt;&lt;P&gt;- Using JLINK Base, 1.8V logic, See Attached picture.&lt;/P&gt;&lt;P&gt;- nRst jump is populated, and no pullups or pulldowns are on. &lt;/P&gt;&lt;P&gt;- System worked flawlessly before we started working with the flash and killed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Flash Config:&lt;/P&gt;&lt;P&gt;-I am sorry but I will need some guidance on how to find those things. We use PE (Driver Suite 10.4) to export into Keil, and then this project has it's specific settings. &lt;/P&gt;&lt;P&gt;- **See 2nd picture attached, is this what you wanted? If not please send more detail to I can get you what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Mu Hui,&lt;/P&gt;&lt;P&gt;-Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 03:33:54 GMT</pubDate>
    <dc:creator>petertwiss</dc:creator>
    <dc:date>2015-07-15T03:33:54Z</dc:date>
    <item>
      <title>KL15 Locked - Bootloader Development - Need Help</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL15-Locked-Bootloader-Development-Need-Help/m-p/412126#M23350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was working with another FWE, and we have seems to 'bricked' our KL15, which working on our custom bootloader. We're looking to figure out a method of unlocking the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Using Processor Expert v10.4, and adding a flash_LDD component and configured more or less standard with adding a new extra functions from the methods options&lt;/P&gt;&lt;P&gt;- Exporting PE Project to Keil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- During an attempted write and restart, the device has no SWD Communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Using the JLINK Cmd Prompt, the SWD is not available: **See Attached Pic: 'unnamed.jpg"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Attempting to hold reset down while writing the device I get this message in Keil: **See attached Pic: "Keil.jpg"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what happened? Did we overwrite a special place in flash? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this chip toast?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some other details from the other FWE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="gmail_default" style="font-family: verdana, sans-serif; font-size: small; color: #000000;"&gt;"I was working on adding a small region above the flash configuration section .cfmconfig in the scatter file to contain app version info at&amp;nbsp; fixed location. The location was 0x410 (flash config at 0x400) and I moved the .text region up by 0x40 bytes to make room for the new region which was mostly a copy of this:"&lt;/P&gt;&lt;P class="gmail_default" style="font-family: verdana, sans-serif; font-size: small; color: #000000;"&gt;&lt;/P&gt;&lt;P class="gmail_default" style="font-family: verdana, sans-serif; font-size: small; color: #000000;"&gt;&lt;/P&gt;&lt;DIV class="gmail_default"&gt;#define FlashConfig_start&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; 0x00000400&lt;P&gt;&lt;/P&gt;&lt;P class="gmail_default"&gt;#define FlashConfig_size&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; 0x00000010&lt;/P&gt;&lt;P class="gmail_default"&gt;&lt;/P&gt;&lt;P class="gmail_default"&gt;...&lt;/P&gt;&lt;P class="gmail_default"&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P class="gmail_default" style="font-family: verdana, sans-serif; font-size: small; color: #000000;"&gt;&lt;/P&gt;&lt;DIV class="gmail_default"&gt;LR_FlashConfig FlashConfig_start FlashConfig_size&amp;nbsp; {&lt;P&gt;&lt;/P&gt;&lt;P class="gmail_default"&gt;&amp;nbsp; ER_FlashConfig FlashConfig_start FlashConfig_size&amp;nbsp; { ; load address = execution address&lt;/P&gt;&lt;P class="gmail_default"&gt;&amp;nbsp;&amp;nbsp; .ANY (.&lt;STRONG&gt;cfmconfig&lt;/STRONG&gt;)&lt;/P&gt;&lt;P class="gmail_default"&gt;&amp;nbsp; }&lt;/P&gt;&lt;P class="gmail_default"&gt;}&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help us if you can thanks,&lt;/P&gt;&lt;P&gt;-Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 20:17:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL15-Locked-Bootloader-Development-Need-Help/m-p/412126#M23350</guid>
      <dc:creator>petertwiss</dc:creator>
      <dc:date>2015-07-14T20:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: KL15 Locked - Bootloader Development - Need Help</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL15-Locked-Bootloader-Development-Need-Help/m-p/412127#M23351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provides KL15 Flash configuration field value?&lt;/P&gt;&lt;P&gt;And if it is possible, could you provide the KL15 SWD interface related circuit also?&lt;/P&gt;&lt;P&gt;Thank you for the attention.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&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>Wed, 15 Jul 2015 03:23:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL15-Locked-Bootloader-Development-Need-Help/m-p/412127#M23351</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-07-15T03:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: KL15 Locked - Bootloader Development - Need Help</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL15-Locked-Bootloader-Development-Need-Help/m-p/412128#M23352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ma Hui,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For SWD:&lt;/P&gt;&lt;P&gt;- Using JLINK Base, 1.8V logic, See Attached picture.&lt;/P&gt;&lt;P&gt;- nRst jump is populated, and no pullups or pulldowns are on. &lt;/P&gt;&lt;P&gt;- System worked flawlessly before we started working with the flash and killed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Flash Config:&lt;/P&gt;&lt;P&gt;-I am sorry but I will need some guidance on how to find those things. We use PE (Driver Suite 10.4) to export into Keil, and then this project has it's specific settings. &lt;/P&gt;&lt;P&gt;- **See 2nd picture attached, is this what you wanted? If not please send more detail to I can get you what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Mu Hui,&lt;/P&gt;&lt;P&gt;-Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 03:33:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL15-Locked-Bootloader-Development-Need-Help/m-p/412128#M23352</guid>
      <dc:creator>petertwiss</dc:creator>
      <dc:date>2015-07-15T03:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: KL15 Locked - Bootloader Development - Need Help</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL15-Locked-Bootloader-Development-Need-Help/m-p/412129#M23353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. About SWD interface, your attached SWD debug interface is different with Freescale recommended at pin numbers order.&lt;/P&gt;&lt;P&gt;For you could program and debug the KL15 chip before, I think that's ok.&lt;/P&gt;&lt;P&gt;Below is Freescale recommended SWD debug interface:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SWD.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56533i33263AC7B74E0B93/image-size/large?v=v2&amp;amp;px=999" role="button" title="SWD.png" alt="SWD.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. For you are using the Processor Expert v10.4, I would you could provide the Flash configuration field value.&lt;/P&gt;&lt;P&gt;Please check below picture as a reference:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SWD.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56577i4D33E42BBC34E576/image-size/large?v=v2&amp;amp;px=999" role="button" title="SWD.png" alt="SWD.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the attention.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&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, 16 Jul 2015 02:29:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL15-Locked-Bootloader-Development-Need-Help/m-p/412129#M23353</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-07-16T02:29:51Z</dc:date>
    </item>
  </channel>
</rss>

