<?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 Problem porting MyApp to KBOOT V2.0 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-porting-MyApp-to-KBOOT-V2-0/m-p/685821#M42205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, im new to Kinetis bootloader and im trying to load an app to my Freedom K64f board using this system.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i've already loaded led_demo into my freedom succesfully.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following the document "How to adapt KDS applications for KBOOT bootloader" by Jprge Gonzales from freescale i've modified my linked and strarup file. I can build my app and using KinetisFlashTool load it into &amp;nbsp;the board, but then the app fails, it keeps on rebooting and i dont know why, if i change the linker and startup file to the original one, the app works perfectly.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After trying different options i succesfully loaded and run my app using the freedom flashloader_loader ( but in this case my app starts at address 0x000 , not at 0xa000 as the documents suggest for using bootloader).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So definitely im having some problem with my code, when i move its starting addres from 0x0000 to 0xA000, any ideas why could this happen ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;i've attached the main files of &amp;nbsp;my code, and also the linker and startup files that i've modified&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Javier&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. : Sorry but the code its commented in spanish since its my native language&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337378"&gt;startup_MK64F12.S.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337378"&gt;Funciones.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337378"&gt;MQX_Tasks.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337378"&gt;MK64FN1M0xxx12_flash.ld.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jun 2017 18:24:34 GMT</pubDate>
    <dc:creator>javierverde</dc:creator>
    <dc:date>2017-06-13T18:24:34Z</dc:date>
    <item>
      <title>Problem porting MyApp to KBOOT V2.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-porting-MyApp-to-KBOOT-V2-0/m-p/685821#M42205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, im new to Kinetis bootloader and im trying to load an app to my Freedom K64f board using this system.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i've already loaded led_demo into my freedom succesfully.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following the document "How to adapt KDS applications for KBOOT bootloader" by Jprge Gonzales from freescale i've modified my linked and strarup file. I can build my app and using KinetisFlashTool load it into &amp;nbsp;the board, but then the app fails, it keeps on rebooting and i dont know why, if i change the linker and startup file to the original one, the app works perfectly.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After trying different options i succesfully loaded and run my app using the freedom flashloader_loader ( but in this case my app starts at address 0x000 , not at 0xa000 as the documents suggest for using bootloader).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So definitely im having some problem with my code, when i move its starting addres from 0x0000 to 0xA000, any ideas why could this happen ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;i've attached the main files of &amp;nbsp;my code, and also the linker and startup files that i've modified&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Javier&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. : Sorry but the code its commented in spanish since its my native language&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337378"&gt;startup_MK64F12.S.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337378"&gt;Funciones.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337378"&gt;MQX_Tasks.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337378"&gt;MK64FN1M0xxx12_flash.ld.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 18:24:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-porting-MyApp-to-KBOOT-V2-0/m-p/685821#M42205</guid>
      <dc:creator>javierverde</dc:creator>
      <dc:date>2017-06-13T18:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem porting MyApp to KBOOT V2.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-porting-MyApp-to-KBOOT-V2-0/m-p/685822#M42206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply, let me see your files and I will give you an update as soon as I have one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;BR /&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 04:26:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-porting-MyApp-to-KBOOT-V2-0/m-p/685822#M42206</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2017-07-07T04:26:07Z</dc:date>
    </item>
  </channel>
</rss>

