<?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>MQX Software Solutions中的主题 FRDMK64 BOOTLOADER</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64-BOOTLOADER/m-p/402317#M13480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want bootloader code for custom board. i am using frdmk64f120 controller, kds 2.0 and KSDK 1.1.0. in my custom board&lt;/P&gt;&lt;P&gt;am not using OPENSDA chip. so i want sample bootloader code. &lt;STRONG&gt;using external data flash am going to update my Application code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;so i need your support to implement this one. can you give any sample bootloader code working with KDS IDE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;sudhakar p&lt;/P&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2015 12:55:19 GMT</pubDate>
    <dc:creator>sudhakarp</dc:creator>
    <dc:date>2015-07-31T12:55:19Z</dc:date>
    <item>
      <title>FRDMK64 BOOTLOADER</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64-BOOTLOADER/m-p/402317#M13480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want bootloader code for custom board. i am using frdmk64f120 controller, kds 2.0 and KSDK 1.1.0. in my custom board&lt;/P&gt;&lt;P&gt;am not using OPENSDA chip. so i want sample bootloader code. &lt;STRONG&gt;using external data flash am going to update my Application code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;so i need your support to implement this one. can you give any sample bootloader code working with KDS IDE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;sudhakar p&lt;/P&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 12:55:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64-BOOTLOADER/m-p/402317#M13480</guid>
      <dc:creator>sudhakarp</dc:creator>
      <dc:date>2015-07-31T12:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: FRDMK64 BOOTLOADER</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64-BOOTLOADER/m-p/402318#M13481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sudhakar p:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For loading the firmware from an external memory unfortunately there is no example available for K64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you need at least 2 things: external flash driver + internal flash routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- You need to implement the external memory driver.&lt;/P&gt;&lt;P&gt;- For the flash routines you can take the driver &lt;STRONG&gt;C90TFS&lt;/STRONG&gt; integrated with KSDK: &lt;STRONG&gt;C:\Freescale\KSDK_1.2.0\platform\drivers\src\flash\C90TFS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For other bootloader interfaces (e.g. UART, USB HID), you can download &lt;STRONG&gt;Kinetis Bootloader&lt;/STRONG&gt; (KBOOT):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=KBOOT&amp;amp;tid=vanKBOOT" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=KBOOT&amp;amp;tid=vanKBOOT"&gt;Kinetis Bootloader|Freescale&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This includes a KDS project for K64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are other examples about bootloader implementations for your reference, such as AN2295 (UART bootloader):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295.pdf" title="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295.pdf"&gt;http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 03:08:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64-BOOTLOADER/m-p/402318#M13481</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-08-05T03:08:23Z</dc:date>
    </item>
  </channel>
</rss>

