<?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: AN2295 kinetis with mk60f15.h in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662229#M40654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;Thanks for the help and for the suggestion.&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;I have already managed to get my an2295 to work.&lt;/SPAN&gt; &lt;SPAN class=""&gt;I have used the FLASH_ProgramSectionByPhrases function instead of the FLASH_ProgramSectionByLongs and changed the headers as jeremyzhou suggested.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Best regards.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2016 15:30:01 GMT</pubDate>
    <dc:creator>feraro</dc:creator>
    <dc:date>2016-11-17T15:30:01Z</dc:date>
    <item>
      <title>AN2295 kinetis with mk60f15.h</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662224#M40649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;Someone could tell me how to configure the serial bootloader (AN2295) to work with the head mk60f15.h, of kinetis?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;Currently I have:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;#define KINETIS_MODEL K60_100MHz&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;I am working with MK60FX512&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;What value should I put?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 17:02:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662224#M40649</guid>
      <dc:creator>feraro</dc:creator>
      <dc:date>2016-11-15T17:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 kinetis with mk60f15.h</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662225#M40650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-userid="42600" data-username="feraro" href="https://community.nxp.com/people/feraro" rel="nofollow noopener noreferrer" target="_blank"&gt;Fernando Ramon&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;Please the following steps to add the &lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;MK60f15.h.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;In the AN2295_TWR_K60_cfg.h file, using the&amp;nbsp; #define KINETIS_MODEL K60_150MHz instead of the KINETIS_MODEL K60_100MHz;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;In the kinetis_params.h, add the #define K60_150MHz 0x6015&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;In the main.h file, add &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="property macro token"&gt;#elif KINETIS_MODEL== K60_150MHz&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="property macro token"&gt;#include &lt;SPAN class="string token"&gt;"MK60f15.h"&lt;/SPAN&gt;‍‍&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&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>Wed, 16 Nov 2016 06:47:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662225#M40650</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-11-16T06:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 kinetis with mk60f15.h</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662226#M40651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;I've done what you tell me, but flash memory management is different.&lt;/SPAN&gt; &lt;SPAN class=""&gt;I have to redo the FLASH_FlashCommandSequenceStart () function to adapt it to this micro&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 17:09:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662226#M40651</guid>
      <dc:creator>feraro</dc:creator>
      <dc:date>2016-11-16T17:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 kinetis with mk60f15.h</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662227#M40652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-userid="42600" data-username="feraro" href="https://community.nxp.com/people/feraro"&gt;Fernando Ramon&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;However I'd highly recommend you to use the KBOOT instead of the AN2295, as the KBOOT is the newest bootloader solution.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/kinetis-symbols-footprints-and-models/kinetis-bootloader:KBOOT?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" title="http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/kinetis-symbols-footprints-and-models/kinetis-bootloader:KBOOT?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1"&gt;Kinetis Bootloader|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&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>Thu, 17 Nov 2016 01:33:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662227#M40652</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-11-17T01:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 kinetis with mk60f15.h</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662228#M40653</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;If you don't solve your problem you can get loaders [USB-MSD Host/Device, SD card, KBOOT, &lt;SPAN style="color: #333399;"&gt;AN2295&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;Developer's Serial Bootloader&lt;/SPAN&gt; and Ethernet Web Server] for almost all Kinetis boards/parts at&lt;BR /&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Builds with KDS, CS, S32, IAR, Keil, Atollic, Rowley, Greenhills, CooCox, GCC and VS and allows real-time simulation for testing, debugging, analysing etc.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 12:48:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662228#M40653</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-11-17T12:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 kinetis with mk60f15.h</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662229#M40654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;Thanks for the help and for the suggestion.&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN&gt;I have already managed to get my an2295 to work.&lt;/SPAN&gt; &lt;SPAN class=""&gt;I have used the FLASH_ProgramSectionByPhrases function instead of the FLASH_ProgramSectionByLongs and changed the headers as jeremyzhou suggested.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;Best regards.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 15:30:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-kinetis-with-mk60f15-h/m-p/662229#M40654</guid>
      <dc:creator>feraro</dc:creator>
      <dc:date>2016-11-17T15:30:01Z</dc:date>
    </item>
  </channel>
</rss>

