<?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: Freedom k64F i want to switch to openSDA bootloader mode from application mode</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freedom-k64F-i-want-to-switch-to-openSDA-bootloader-mode-from/m-p/829564#M50130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;Thanks for guidance but let me clear first i want to perform IAP, one app in running state will flash new code and then shift the control of the application to that application so for that purpose i want a bootloader code with my application which can do the job for me basically i want to divide my memory in two chunks and one will be replaced with new application and then Program counter will be switched to that position.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2018 10:35:18 GMT</pubDate>
    <dc:creator>aas_jav</dc:creator>
    <dc:date>2018-10-09T10:35:18Z</dc:date>
    <item>
      <title>Freedom k64F i want to switch to openSDA bootloader mode from application mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freedom-k64F-i-want-to-switch-to-openSDA-bootloader-mode-from/m-p/829562#M50128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to flash new code in memory for that i need to know how to shift to bootloader mode from program (by not pressing reset button).&lt;/P&gt;&lt;P&gt;And i also want to know if swapping memory location can work in this case if i can write new code in free memory space and switch my program counter to new position.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2018 08:06:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freedom-k64F-i-want-to-switch-to-openSDA-bootloader-mode-from/m-p/829562#M50128</guid>
      <dc:creator>aas_jav</dc:creator>
      <dc:date>2018-10-06T08:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Freedom k64F i want to switch to openSDA bootloader mode from application mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freedom-k64F-i-want-to-switch-to-openSDA-bootloader-mode-from/m-p/829563#M50129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" data-avatarid="-1" data-content-finding="Community" data-userid="327799" data-username="aas.jav@gmail.com" href="https://community.nxp.com/people/aas.jav@gmail.com"&gt;Aashir javed&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; What do you mean opensda bootloader mode? Do you mean FRDM K64 board enter bootloader mode, which will be a device named as "BOOTLOADER", and the enter method is: power off the board, press the reset button and hold on it, then power on the board with USB cable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Or you mean the bootloader is a segment code which put in the K64 flash from address 0x00?&lt;/P&gt;&lt;P&gt;&amp;nbsp; If just opensda bootloader mode, that is controlled by the on board K20 chip, not the K64 bootloader, you just need to press the reset button, it is OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp; But if you means the code in the K64, I highly suggest you refer to our KBOOT2.0 flash bootloader code, which can be downloaded from this link:&lt;/P&gt;&lt;P&gt;&lt;A class="" data-dtmassettype="Download" data-dtmname="NXP_Kinetis_Bootloader_2.0.0 package" href="https://www.nxp.com/webapp/Download?colCode=NXP_KINETIS_BOOTLOADER_2_0_0&amp;amp;appType=license" target="_blank"&gt;NXP_Kinetis_Bootloader_2.0.0 package&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question about it, please kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Tue, 09 Oct 2018 09:34:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freedom-k64F-i-want-to-switch-to-openSDA-bootloader-mode-from/m-p/829563#M50129</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-10-09T09:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Freedom k64F i want to switch to openSDA bootloader mode from application mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freedom-k64F-i-want-to-switch-to-openSDA-bootloader-mode-from/m-p/829564#M50130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;Thanks for guidance but let me clear first i want to perform IAP, one app in running state will flash new code and then shift the control of the application to that application so for that purpose i want a bootloader code with my application which can do the job for me basically i want to divide my memory in two chunks and one will be replaced with new application and then Program counter will be switched to that position.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 10:35:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freedom-k64F-i-want-to-switch-to-openSDA-bootloader-mode-from/m-p/829564#M50130</guid>
      <dc:creator>aas_jav</dc:creator>
      <dc:date>2018-10-09T10:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Freedom k64F i want to switch to openSDA bootloader mode from application mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freedom-k64F-i-want-to-switch-to-openSDA-bootloader-mode-from/m-p/829565#M50131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aashir Javed,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your updated information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Ok, now you just need to refer to our K64 bootloader code which I already tell you:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=NXP_KINETIS_BOOTLOADER_2_0_0&amp;amp;appType=file2&amp;amp;DOWNLOAD_ID=null&amp;amp;lang_cd=en" title="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=NXP_KINETIS_BOOTLOADER_2_0_0&amp;amp;appType=file2&amp;amp;DOWNLOAD_ID=null&amp;amp;lang_cd=en"&gt;NXP_Kinetis_Bootloader_2.0.0 package&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After you download it, you can find the K64 bootloader project from this folder:&lt;/P&gt;&lt;P&gt;NXP_Kinetis_Bootloader_2_0_0\targets\MK64F12&lt;/P&gt;&lt;P&gt;The detail usage, you can refer to the doc in folder:NXP_Kinetis_Bootloader_2_0_0\doc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question about it, please kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 11 Oct 2018 02:45:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Freedom-k64F-i-want-to-switch-to-openSDA-bootloader-mode-from/m-p/829565#M50131</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-10-11T02:45:36Z</dc:date>
    </item>
  </channel>
</rss>

