<?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: KE06 Bootloader using processor expert in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KE06-Bootloader-using-processor-expert/m-p/739336#M9505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark Butcher&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try it. But my application is built in CW10.7 and using Processor Expert. Does it matter if bootloader is built in another IDE?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Thao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2018 03:56:05 GMT</pubDate>
    <dc:creator>thaophan</dc:creator>
    <dc:date>2018-03-29T03:56:05Z</dc:date>
    <item>
      <title>KE06 Bootloader using processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KE06-Bootloader-using-processor-expert/m-p/739333#M9502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'times new roman', times, serif; font-size: 15px;"&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'times new roman', times, serif; font-size: 15px;"&gt;I want to build a bootloader program for MKE06Z128 using processor expert (Codewarrior 10.7). It uses UART for communication and&amp;nbsp; a terminal program(I don't wanna use Kboot or AN2295SW).I follow this post (&lt;A href="https://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/" style="color: #000000;" title="https://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/"&gt;Serial Bootloader for the Freedom Board with Processor Expert | MCU on Eclipse&lt;/A&gt;&amp;nbsp;) from Mr Erich Styger. But I have faced a&amp;nbsp; problem at the step to determine running bootloader or not. In this step&amp;nbsp;&lt;CODE style="color: #373737; background-color: #ffffff; border: 0px; font-weight: normal;"&gt;BL_CheckForUserApp()&lt;/CODE&gt; has to be added in the cpu processor expert component to run before main()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE style="color: #373737; background-color: #ffffff; border: 0px; font-weight: normal;"&gt;&lt;A href="https://mcuoneclipse.files.wordpress.com/2013/04/user-code-before-pe-initialization.png" style="color: #1982d1; border: 0px; font-weight: 300; text-decoration: underline;"&gt;&lt;IMG alt="User Code before PE initialization" class="image-7747" data-attachment-id="7747" data-comments-opened="1" data-image-description="&amp;lt;p&amp;gt;User Code before PE initialization&amp;lt;/p&amp;gt; " data-image-meta="{&amp;quot;aperture&amp;quot;:&amp;quot;0&amp;quot;,&amp;quot;credit&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;camera&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;caption&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;created_timestamp&amp;quot;:&amp;quot;0&amp;quot;,&amp;quot;copyright&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;focal_length&amp;quot;:&amp;quot;0&amp;quot;,&amp;quot;iso&amp;quot;:&amp;quot;0&amp;quot;,&amp;quot;shutter_speed&amp;quot;:&amp;quot;0&amp;quot;,&amp;quot;title&amp;quot;:&amp;quot;&amp;quot;}" data-image-title="User Code before PE initialization" data-large-file="https://mcuoneclipse.files.wordpress.com/2013/04/user-code-before-pe-initialization.png?w=584&amp;amp;h=461?w=584" data-medium-file="https://mcuoneclipse.files.wordpress.com/2013/04/user-code-before-pe-initialization.png?w=584&amp;amp;h=461?w=300" data-orig-file="https://mcuoneclipse.files.wordpress.com/2013/04/user-code-before-pe-initialization.png?w=584&amp;amp;h=461" data-orig-size="682,539" data-permalink="https://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/user-code-before-pe-initialization/" height="461" src="https://mcuoneclipse.files.wordpress.com/2013/04/user-code-before-pe-initialization.png?w=584&amp;amp;h=461" style="border: 1px solid #dddddd; max-width: calc(100% - 14px); height: auto; width: auto; display: block; padding: 6px; background: #ffffff;" width="584" /&gt;&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P class="" style="color: #666666; border: 0px; font-weight: 300; font-size: 12px; margin: 0px 0px 0.6em; padding: 10px 0px 5px 40px;"&gt;&lt;/P&gt;&lt;P class="" style="color: #666666; border: 0px; font-weight: 300; font-size: 12px; margin: 0px 0px 0.6em; padding: 10px 0px 5px 40px;"&gt;&lt;SPAN style="font-family: 'times new roman', times, serif; color: #000000; font-size: 15px;"&gt;But MKE06 cpu processor expert does not have user initialization properties so I don't know how I have to do this step.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #666666; border: 0px; font-weight: 300; font-size: 12px; margin: 0px 0px 0.6em; padding: 10px 0px 5px 40px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_381.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/19073i45791596248E4AE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_381.png" alt="pastedImage_381.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P class="" style="color: #666666; border: 0px; font-weight: 300; font-size: 12px; margin: 0px 0px 0.6em; padding: 10px 0px 5px 40px;"&gt;&lt;SPAN style="font-size: 15px; font-family: 'times new roman', times, serif; color: #000000;"&gt;My question is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #666666; border: 0px; font-weight: 300; font-size: 12px; margin: 0px 0px 0.6em; padding: 10px 0px 5px 40px;"&gt;&lt;SPAN style="font-size: 15px; font-family: 'times new roman', times, serif; color: #000000;"&gt;Where can&amp;nbsp;I put&amp;nbsp;&lt;SPAN style="background-color: #ffffff; font-weight: 400;"&gt;BL_CheckForUserApp() to figure out bootloader or application program should be run?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #666666; border: 0px; font-weight: 300; font-size: 12px; margin: 0px 0px 0.6em; padding: 10px 0px 5px 40px;"&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; font-weight: 400; font-size: 15px; font-family: 'times new roman', times, serif;"&gt;or How can I create a bootloader program with processor expert for mke06?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="color: #666666; border: 0px; font-weight: 300; font-size: 12px; margin: 0px 0px 0.6em; padding: 10px 0px 5px 40px;"&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; font-weight: 400; font-size: 15px; font-family: 'times new roman', times, serif;"&gt;Thank in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 02:24:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KE06-Bootloader-using-processor-expert/m-p/739333#M9502</guid>
      <dc:creator>thaophan</dc:creator>
      <dc:date>2018-03-27T02:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: KE06 Bootloader using processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KE06-Bootloader-using-processor-expert/m-p/739334#M9503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Although you can't generate it with PE there are SREC/iHEX (and others) serial loaders for the KE06 at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-KE06Z.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KE06Z.html&lt;/A&gt;&lt;SPAN&gt; which can be built with most IDEs. It can also be built for any other Kinetis part so don't need porting or suffer from missing libraries or generation components.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kinetis: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;BR /&gt;Kinetis KE:&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-KE02Z.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KE02Z.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-KE02Z40M.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KE02Z40M.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-KE04Z.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KE04Z.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-KE06Z.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KE06Z.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-KE15Z.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KE15Z.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Serial Loader: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fdocs%2FuTasker%2FuTaskerSerialLoader.pdf" rel="nofollow" target="_blank"&gt;http://www.utasker.com/docs/uTasker/uTaskerSerialLoader.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Free Open Source solution: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FuTasker%2FuTasker-Kinetis" rel="nofollow" target="_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Working project in 15 minutes video: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fyoutu.be%2FK8ScSgpgQ6M" rel="nofollow" target="_blank"&gt;https://youtu.be/K8ScSgpgQ6M&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For better, faster, cheaper product developments consider the uTasker developer's version, professional Kinetis support, one-on-one training and complete fast-track project solutions to set you apart from the herd : &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fsupport.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/support.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 19:51:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KE06-Bootloader-using-processor-expert/m-p/739334#M9503</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-03-27T19:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: KE06 Bootloader using processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KE06-Bootloader-using-processor-expert/m-p/739335#M9504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="295425" data-username="thaophan" href="https://community.nxp.com/people/thaophan"&gt;Thao Phan&lt;/A&gt;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;You can add the function &lt;CODE&gt;BL_CheckForUserApp() into your project source code manually.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;BR&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Alice &lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 09:18:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KE06-Bootloader-using-processor-expert/m-p/739335#M9504</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-03-28T09:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: KE06 Bootloader using processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KE06-Bootloader-using-processor-expert/m-p/739336#M9505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark Butcher&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try it. But my application is built in CW10.7 and using Processor Expert. Does it matter if bootloader is built in another IDE?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Thao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 03:56:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KE06-Bootloader-using-processor-expert/m-p/739336#M9505</guid>
      <dc:creator>thaophan</dc:creator>
      <dc:date>2018-03-29T03:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: KE06 Bootloader using processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KE06-Bootloader-using-processor-expert/m-p/739337#M9506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice_Yang&lt;/P&gt;&lt;P&gt;Thank you for you reply.&lt;/P&gt;&lt;P&gt;But i can't understand how&amp;nbsp;it will work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you do bootloader for MKE06 using PE before? Could you share your example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Thao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 04:03:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KE06-Bootloader-using-processor-expert/m-p/739337#M9506</guid>
      <dc:creator>thaophan</dc:creator>
      <dc:date>2018-03-29T04:03:10Z</dc:date>
    </item>
  </channel>
</rss>

