<?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 an2295sw usage in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/an2295sw-usage/m-p/330451#M15401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I run an2295sw kinetis L code with CW10.6, i can download this code to my KL25 frdm board well, when lauch debugger, it stops at main(). when i step over the code . it jumps to Boot_ResetMCU routine. what's the problem? (my an2295 is the latest download from freescale website)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void Boot_ResetMCU(void)&lt;/P&gt;&lt;P&gt; {&amp;nbsp;&amp;nbsp; SCB_AIRCR = SCB_AIRCR_VECTKEY(0x5FA) | SCB_AIRCR_SYSRESETREQ_MASK;&amp;nbsp;&amp;nbsp; while(1)&amp;nbsp;&amp;nbsp; {};&amp;nbsp; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Feb 2015 15:42:10 GMT</pubDate>
    <dc:creator>hotashu</dc:creator>
    <dc:date>2015-02-23T15:42:10Z</dc:date>
    <item>
      <title>an2295sw usage</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/an2295sw-usage/m-p/330451#M15401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I run an2295sw kinetis L code with CW10.6, i can download this code to my KL25 frdm board well, when lauch debugger, it stops at main(). when i step over the code . it jumps to Boot_ResetMCU routine. what's the problem? (my an2295 is the latest download from freescale website)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void Boot_ResetMCU(void)&lt;/P&gt;&lt;P&gt; {&amp;nbsp;&amp;nbsp; SCB_AIRCR = SCB_AIRCR_VECTKEY(0x5FA) | SCB_AIRCR_SYSRESETREQ_MASK;&amp;nbsp;&amp;nbsp; while(1)&amp;nbsp;&amp;nbsp; {};&amp;nbsp; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 15:42:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/an2295sw-usage/m-p/330451#M15401</guid>
      <dc:creator>hotashu</dc:creator>
      <dc:date>2015-02-23T15:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: an2295sw usage</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/an2295sw-usage/m-p/330452#M15402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello hotas holy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the CodeWarrior project is not functional, only the IAR and Keil projects. Sorry for that inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a serial bootloader developed by colleague Erich Styger with Processor Expert, described and shared in the next tutorial:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/" title="http://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/"&gt;http://mcuoneclipse.com/2013/04/28/serial-bootloader-for-the-freedom-board-with-processor-expert/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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, 25 Feb 2015 01:27:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/an2295sw-usage/m-p/330452#M15402</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-02-25T01:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: an2295sw usage</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/an2295sw-usage/m-p/330453#M15403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hotas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although not the same UART method as described in AN2295 there are KBOOT and SREC UART loaders for your board here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.utasker.com/kinetis/FRDM-KL25Z.html" title="http://www.utasker.com/kinetis/FRDM-KL25Z.html"&gt;http://www.utasker.com/kinetis/FRDM-KL25Z.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;They work directly with CW10.6 in case that is the main requirement (although also with KDS, IAR, Keil, Rowley, Green Hills, CooCox, Atollic and VisualStudio).&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;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;KL25: &lt;A href="http://www.utasker.com/kinetis/FRDM-KL25Z.html" title="http://www.utasker.com/kinetis/FRDM-KL25Z.html"&gt;µTasker Kinetis FRDM-KL25Z support&lt;/A&gt; / &lt;A href="http://www.utasker.com/kinetis/TWR-KL25Z48M.html" title="http://www.utasker.com/kinetis/TWR-KL25Z48M.html"&gt;µTasker Kinetis TWR-KL25Z48M support&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 03:13:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/an2295sw-usage/m-p/330453#M15403</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-02-25T03:13:25Z</dc:date>
    </item>
  </channel>
</rss>

