<?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>topic Help about Bootloader in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-about-Bootloader/m-p/673077#M41344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="" style="color: #212121; background-color: #ffffff; font-size: 0px; padding-top: 20px;"&gt;&lt;PRE class="" data-fulltext="" data-placeholder="Tradução" dir="ltr" style="color: #212121 !important; background-color: transparent; border: none; font-weight: normal !important; font-size: 16px !important; padding: 0px 0.14em 0px 0px;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;I need a lot of help on a program I'm doing. It works as follows: 1-They are two programs, one is the bootloader and the other the program that is read by
the bootloader; 2-The second I use the .hex file of it and write the data in the flash memory of the first,
from position 0x10000; 3-In the first program after recording all the data I give a JumpToUserApplication to position
 0x10000; I am using frdm k64F. I want to know a few things: 1-Is it okay to do this? 2-As for the .hex file of the second program, do I record all of it in flash memory of the
 first program? I've read and tried to understand the bootloaders that are present in this community,
 like Alice's. But I want to do an easier and faster bootloader,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt; because it will only
record the second program on the first and run it, nothing more. 
Thanks in advance for any help. 
Note: Sorry for bad English.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="" lang="en" style="color: #212121 !important; background-color: transparent; border: none; font-weight: normal !important; font-size: 16px !important; padding: 0px 0.14em 0px 0px;"&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2017 16:19:34 GMT</pubDate>
    <dc:creator>danilolima</dc:creator>
    <dc:date>2017-06-02T16:19:34Z</dc:date>
    <item>
      <title>Help about Bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-about-Bootloader/m-p/673077#M41344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="" style="color: #212121; background-color: #ffffff; font-size: 0px; padding-top: 20px;"&gt;&lt;PRE class="" data-fulltext="" data-placeholder="Tradução" dir="ltr" style="color: #212121 !important; background-color: transparent; border: none; font-weight: normal !important; font-size: 16px !important; padding: 0px 0.14em 0px 0px;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;I need a lot of help on a program I'm doing. It works as follows: 1-They are two programs, one is the bootloader and the other the program that is read by
the bootloader; 2-The second I use the .hex file of it and write the data in the flash memory of the first,
from position 0x10000; 3-In the first program after recording all the data I give a JumpToUserApplication to position
 0x10000; I am using frdm k64F. I want to know a few things: 1-Is it okay to do this? 2-As for the .hex file of the second program, do I record all of it in flash memory of the
 first program? I've read and tried to understand the bootloaders that are present in this community,
 like Alice's. But I want to do an easier and faster bootloader,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt; because it will only
record the second program on the first and run it, nothing more. 
Thanks in advance for any help. 
Note: Sorry for bad English.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="" lang="en" style="color: #212121 !important; background-color: transparent; border: none; font-weight: normal !important; font-size: 16px !important; padding: 0px 0.14em 0px 0px;"&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 16:19:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-about-Bootloader/m-p/673077#M41344</guid>
      <dc:creator>danilolima</dc:creator>
      <dc:date>2017-06-02T16:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help about Bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-about-Bootloader/m-p/673078#M41345</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. Yes. NXP provides the Kinetis bootloader for K64 product (FRDM-K64F board supported), more detailed info about KBOOT, please check below link:&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Freference-designs%2Fkinetis-bootloader%3AKBOOT%3Ffsrch%3D1%26sr%3D1%26pageNum%3D1" rel="nofollow" target="_blank"&gt;http://www.nxp.com/products/reference-designs/kinetis-bootloader:KBOOT?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The KBOOT software also provides the user application example project, which located at below folder:&lt;BR /&gt;..\NXP_Kinetis_Bootloader_2_0_0\apps\led_demo\MK64F12&lt;BR /&gt;Please check those user application project as an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&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>Tue, 06 Jun 2017 04:18:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-about-Bootloader/m-p/673078#M41345</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2017-06-06T04:18:46Z</dc:date>
    </item>
  </channel>
</rss>

