<?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 Re: Best practice for using a bootloader and MQX user application on K64 in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Best-practice-for-using-a-bootloader-and-MQX-user-application-on/m-p/471727#M15607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Soledad,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen these documents. My problem is more about the architecture than the realization of the bootloader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I exit MQX ( MQX_exit() ) at the end of normal operation and return to the bootloader state?&lt;/P&gt;&lt;P&gt;How doing this (in the same way to go from Boot to Application?)&lt;/P&gt;&lt;P&gt;If yes do I need to recopy bootloader's data to RAM or should I keep them from the first operation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why bootloader’s parameters are in the last sector of the flash?&lt;/P&gt;&lt;P&gt;Does it is practical or just a common standard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your advices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aurélien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2015 08:00:05 GMT</pubDate>
    <dc:creator>aureliengrange</dc:creator>
    <dc:date>2015-12-14T08:00:05Z</dc:date>
    <item>
      <title>Best practice for using a bootloader and MQX user application on K64</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Best-practice-for-using-a-bootloader-and-MQX-user-application-on/m-p/471725#M15605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am new to kinetis and MQX and I have some questions about bootloader and MQX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the TWR-K64F120M and MQX from the KSDK.&lt;/P&gt;&lt;P&gt;I want to know what is the best practice to use a (custom)bootloader and MQX :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Is there any interest to keep bootloader's RAM (data) when the MQX user application is in activity?&lt;/P&gt;&lt;P&gt;- Does it is necessary to put bootloader's code in RAM for launching MQX application?&lt;/P&gt;&lt;P&gt;- Is there a way to "exit" MQX application and come back to bootloader whitout using reset (neither soft or hard)?&lt;/P&gt;&lt;P&gt;- What about the position of bootloader configuration data in flash? Does it is necessary to put it at the end of the flash?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aurélien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 16:32:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Best-practice-for-using-a-bootloader-and-MQX-user-application-on/m-p/471725#M15605</guid>
      <dc:creator>aureliengrange</dc:creator>
      <dc:date>2015-12-09T16:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for using a bootloader and MQX user application on K64</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Best-practice-for-using-a-bootloader-and-MQX-user-application-on/m-p/471726#M15606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aurélien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to believe that this appnote can be a guideline for developing your bootloader:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4367.pdf" rel="nofollow"&gt;http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4367.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This appnote describes how to add the FNET bootloader to Kinetis projects. There is a section that includes adding it to the MQX linker which is the section that I believe you will find useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, please take a look to the following web page:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=K20_72&amp;amp;fpsp=1&amp;amp;tab=Documentation_Tab" rel="nofollow"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=K20_72&amp;amp;fpsp=1&amp;amp;tab=Documentation_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 3 bootloader applications, 2 using USB and 1 using serial port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AN2295 Developer’s Serial Bootloader&lt;/P&gt;&lt;P&gt;AN4368 USB Mass Storage Device (MSD) Host Bootloader&lt;/P&gt;&lt;P&gt;AN4379 USB Mass Storage Device (MSD) Bootloader&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol&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>Fri, 11 Dec 2015 22:17:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Best-practice-for-using-a-bootloader-and-MQX-user-application-on/m-p/471726#M15606</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-12-11T22:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for using a bootloader and MQX user application on K64</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Best-practice-for-using-a-bootloader-and-MQX-user-application-on/m-p/471727#M15607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Soledad,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen these documents. My problem is more about the architecture than the realization of the bootloader.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I exit MQX ( MQX_exit() ) at the end of normal operation and return to the bootloader state?&lt;/P&gt;&lt;P&gt;How doing this (in the same way to go from Boot to Application?)&lt;/P&gt;&lt;P&gt;If yes do I need to recopy bootloader's data to RAM or should I keep them from the first operation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why bootloader’s parameters are in the last sector of the flash?&lt;/P&gt;&lt;P&gt;Does it is practical or just a common standard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your advices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aurélien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 08:00:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Best-practice-for-using-a-bootloader-and-MQX-user-application-on/m-p/471727#M15607</guid>
      <dc:creator>aureliengrange</dc:creator>
      <dc:date>2015-12-14T08:00:05Z</dc:date>
    </item>
  </channel>
</rss>

