<?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: How to get started with AN2295? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226403#M4542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The AN2295 is very user friendly bootloader but for first time of use it is always detects some irregularities. I do not think so that AN2295 is not good enought. This AN2295 based bootlaoder is not connected with another system which you have to use. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion: I can send you the example with all needed setting for Freedom board KL25Z, I think it is the easiest way. Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Sep 2013 10:24:50 GMT</pubDate>
    <dc:creator>pavel_krenek</dc:creator>
    <dc:date>2013-09-17T10:24:50Z</dc:date>
    <item>
      <title>How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226393#M4532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the AN2295_Kinetis_rev5_works folder with all the bootloader files. I want to create a bootloader with the AN2295 with the KL25z board...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my project, I tried to organize the necessary files as best I can. I added these files:&lt;/P&gt;&lt;P&gt;FLASH folder:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flash_kinetis.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flash_kinetisRamFunc.c&lt;/P&gt;&lt;P&gt;Project_Headers folder:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AN2295_FRDM_KL25Z_cfg.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bootloader_cfg.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; crc.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; derivative.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flash_kinetis.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gpio.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; kinetis_params.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; main.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MKL25Z128LK4.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rs232.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wdg.h&lt;/P&gt;&lt;P&gt;Sources folder:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bootloader.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bootloader.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; crc.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gpio.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; main.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rs232.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sa_mtb.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing anything? I kept getting errors saying that AN2295_TWR_K60_cfg.h couldn't be found but why would I need it if I'm using the KL25Z? Also, when I did add AN2295_TWR_K60_cfg.h I got errors saying that I was declaring twice, or reinitializing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Lander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 17:43:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226393#M4532</guid>
      <dc:creator>lander</dc:creator>
      <dc:date>2013-09-11T17:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226394#M4533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recommend you to check this thread: &lt;A href="https://community.nxp.com/docs/DOC-95429"&gt;AN2295 bootloader hands on tutorial on FRDM-KL25Z&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Are you creating a new project? Or are you using an example project from another source?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 20:29:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226394#M4533</guid>
      <dc:creator>hectorsanchez</dc:creator>
      <dc:date>2013-09-11T20:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226395#M4534</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;I created the bootloader AN2295. I recomend to you download all sw pack and there is included examples for most of Kinetis MCUs. The examples is ported on tower boards and freedom boards. The AN2295 also supports three of developing tools for Kinetis MCUs (CodeWarrior, IAR, Keil).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will be my first step how to use bootloader,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 06:40:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226395#M4534</guid>
      <dc:creator>pavel_krenek</dc:creator>
      <dc:date>2013-09-12T06:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226396#M4535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I couldn't find an example project from a different source. So, I'm creating a new project and trying to add the necessary files from the sw pack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, I'll check the link out.&lt;/P&gt;&lt;P&gt;LA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2013 12:21:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226396#M4535</guid>
      <dc:creator>lander</dc:creator>
      <dc:date>2013-09-12T12:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226397#M4536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the bootloader project includes support for three of developing tools. You may select which one you will be use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next step is select the correct target of Kinetis MCU - for example (Kinetis K 100 MHz, Kinetis L, Kinetis M etc.)&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next step is select correct configuration header file in "bootloader_cfg.h" (there is also prepared some configuration file for freescale tower board, freedom etc.). You can use some of them or if you are using another board, you have create the new one exactly for your board (use some of created configuration file as template).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 06:38:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226397#M4536</guid>
      <dc:creator>pavel_krenek</dc:creator>
      <dc:date>2013-09-13T06:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226398#M4537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm just lost on where to select these options? Bootloader project as in AN2295SW &amp;gt; AN2295sw &amp;gt; src &amp;gt; Kinetis &amp;gt; CW_10.2? And then change the target MCU?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 14:00:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226398#M4537</guid>
      <dc:creator>lander</dc:creator>
      <dc:date>2013-09-13T14:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226399#M4538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Are you using the CW ? If yes, you as you wrote CW_10.3 -&amp;gt; AN2295_Kinetis/.project. This file you have to open in your workspace in CodeWarior, after that you can start with previosly mentioned settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 14:13:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226399#M4538</guid>
      <dc:creator>pavel_krenek</dc:creator>
      <dc:date>2013-09-13T14:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226400#M4539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I used the application AN2295 with K70 and MQX 4.0.2&lt;/P&gt;&lt;P&gt;I am having difficulty.&lt;/P&gt;&lt;P&gt;I saw that if you do not comment out the line for SIM_SCGC4, the firmware will not start.&lt;/P&gt;&lt;P&gt;Remains locked.&lt;/P&gt;&lt;P&gt;It 'happened to you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maurizio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 14:16:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226400#M4539</guid>
      <dc:creator>Microfelix</dc:creator>
      <dc:date>2013-09-13T14:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226401#M4540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, here is what I did.&lt;/P&gt;&lt;P&gt;1. I created a project and selected the correct target. (KL25Z128)&lt;/P&gt;&lt;P&gt;2. I copied all the .h and .c files from the AN2295_Kinetis/.project, but replaced K60 header with the KL25 header and the bootloader_cfg.h with the AN2295_FRDM_KL25Z_crg.h.&lt;/P&gt;&lt;P&gt;3. I had errors everywhere so I made sure the variables that I won't need from K60 are commented out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running into errors on the bootloader.c and the flash_kinetis.c files. Below are my errors. They seem to be spawning from the lines with __declspec because the parameters do exist in bootloader.h and all those parameters are declared after __declspec. I'm using the same files from AN2295_Kinetis/.project but if you need me to attach anything, I will.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description Path Resource Location Type&lt;/P&gt;&lt;P&gt;declaration for parameter 'address' but no such parameter /KL25Z_Boot/Sources/bootloader bootloader.c line 88 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'bootloaderIdent' but no such parameter /KL25Z_Boot/Sources/bootloader bootloader.c line 105 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'crc_res' but no such parameter /KL25Z_Boot/Sources/bootloader bootloader.c line 99 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'enableBootMode' but no such parameter /KL25Z_Boot/Sources/bootloader bootloader.c line 101 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'ExecuteOnStackStart' but no such parameter /KL25Z_Boot/Sources/flash flash_kinetis.c line 31 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'FlashConfig_t' but no such parameter /KL25Z_Boot/Sources/bootloader bootloader.c line 78 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'FTFL_FlashCommandSequence' but no such parameter /KL25Z_Boot/Sources/flash flash_kinetis.c line 29 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'length' but no such parameter /KL25Z_Boot/Sources/bootloader bootloader.c line 93 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'programbuffer' but no such parameter /KL25Z_Boot/Sources/flash flash_kinetis.c line 25 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'result' but no such parameter declaration for parameter 'i' but no such parameter /KL25Z_Boot/Sources/bootloader bootloader.c line 95 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'rom_vector' but no such parameter /KL25Z_Boot/Sources/bootloader bootloader.c line 49 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'srs_backup' but no such parameter /KL25Z_Boot/Sources/bootloader bootloader.c line 97 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'timeout_cnt' but no such parameter /KL25Z_Boot/Sources/bootloader bootloader.c line 103 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'tmp_transpone' but no such parameter /KL25Z_Boot/Sources/bootloader bootloader.c line 89 C/C++ Problem&lt;/P&gt;&lt;P&gt;declaration for parameter 'write_buffer' but no such parameter /KL25Z_Boot/Sources/bootloader bootloader.c line 91 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '{' at end of input /KL25Z_Boot/Sources/bootloader bootloader.c line 639 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '{' at end of input /KL25Z_Boot/Sources/flash flash_kinetis.c line 288 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/bootloader bootloader.c line 138 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/bootloader bootloader.c line 152 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/bootloader bootloader.c line 173 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/bootloader bootloader.c line 190 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/bootloader bootloader.c line 216 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/bootloader bootloader.c line 252 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/bootloader bootloader.c line 337 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/flash flash_kinetis.c line 37 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/flash flash_kinetis.c line 58 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/flash flash_kinetis.c line 73 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/flash flash_kinetis.c line 103 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/flash flash_kinetis.c line 153 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/flash flash_kinetis.c line 216 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/flash flash_kinetis.c line 229 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/flash flash_kinetis.c line 242 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/flash flash_kinetis.c line 249 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected '=', ',', ';', 'asm' or '__attribute__' before '{' token /KL25Z_Boot/Sources/flash flash_kinetis.c line 262 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected declaration specifiers before '__declspec' /KL25Z_Boot/Sources/bootloader bootloader.c line 81 C/C++ Problem&lt;/P&gt;&lt;P&gt;expected declaration specifiers before ';' token /KL25Z_Boot/Sources/bootloader bootloader.c line 84 C/C++ Problem&lt;/P&gt;&lt;P&gt;mingw32-make: *** [Sources/bootloader/bootloader.o] Error 1&amp;nbsp; KL25Z_Boot&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/P&gt;&lt;P&gt;mingw32-make: *** [Sources/flash/flash_kinetis.o] Error 1&amp;nbsp; KL25Z_Boot&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/P&gt;&lt;P&gt;mingw32-make: *** Waiting for unfinished jobs....&amp;nbsp; KL25Z_Boot&amp;nbsp;&amp;nbsp; C/C++ Problem&lt;/P&gt;&lt;P&gt;parameter 'bootloaderIdent' is initialized /KL25Z_Boot/Sources/bootloader bootloader.c line 105 C/C++ Problem&lt;/P&gt;&lt;P&gt;parameter 'rom_vector' is initialized /KL25Z_Boot/Sources/bootloader bootloader.c line 49 C/C++ Problem&lt;/P&gt;&lt;P&gt;storage class specified for parameter 'FlashConfig_t' /KL25Z_Boot/Sources/bootloader bootloader.c line 78 C/C++ Problem&lt;/P&gt;&lt;P&gt;storage class specified for parameter 'FTFL_FlashCommandSequence' /KL25Z_Boot/Sources/flash flash_kinetis.c line 29 C/C++ Problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 17:38:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226401#M4540</guid>
      <dc:creator>lander</dc:creator>
      <dc:date>2013-09-16T17:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226402#M4541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just want a serial bootloader, AN2295 is not good enough. Although I created a paper for &lt;A href="https://community.nxp.com/docs/DOC-95429"&gt;AN2295 bootloader hands on tutorial on FRDM-KL25Z&lt;/A&gt;, I would like to recommend Erich's serial bootloader, which only requires virtual terminal software on PC, instead of dedicated PC util software. Check it out here. &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL25Z/FRDM_Bootloader" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL25Z/FRDM_Bootloader"&gt;mcuoneclipse/Examples/FRDM-KL25Z/FRDM_Bootloader at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re-inventing wheel is kind of waste.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 03:12:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226402#M4541</guid>
      <dc:creator>kai_liu</dc:creator>
      <dc:date>2013-09-17T03:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226403#M4542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The AN2295 is very user friendly bootloader but for first time of use it is always detects some irregularities. I do not think so that AN2295 is not good enought. This AN2295 based bootlaoder is not connected with another system which you have to use. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion: I can send you the example with all needed setting for Freedom board KL25Z, I think it is the easiest way. Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 10:24:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226403#M4542</guid>
      <dc:creator>pavel_krenek</dc:creator>
      <dc:date>2013-09-17T10:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226404#M4543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be great. I believe it's user friendly, I hate having to always use the excuse that I'm extremely new to all of this. I'm an intern and still working on my computer science degree...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This community is a great way to help me learn. Everyone is really friendly. I'm very grateful. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 12:19:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226404#M4543</guid>
      <dc:creator>lander</dc:creator>
      <dc:date>2013-09-18T12:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226405#M4544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did some print screens of setting in CodeWarrior 10.3, it would be more helpful for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First step choose the correct TARGET:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="cw10_3.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/40737iF9A488EDD56D2C19/image-size/large?v=v2&amp;amp;px=999" role="button" title="cw10_3.jpg" alt="cw10_3.jpg" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;Second step choose correct configuration file (cfg):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="cw10_3_a.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/40025i24FE1A18F38D0BCF/image-size/large?v=v2&amp;amp;px=999" role="button" title="cw10_3_a.png" alt="cw10_3_a.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 13:32:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226405#M4544</guid>
      <dc:creator>pavel_krenek</dc:creator>
      <dc:date>2013-09-20T13:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226406#M4545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I know exactly why I was so lost. I think I may have the wrong version... there are so many versions of this out there!! My version doesn't have Kinetis L listed in the targets (does have K60 though).... currently searching for the right version now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 18:51:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226406#M4545</guid>
      <dc:creator>lander</dc:creator>
      <dc:date>2013-09-20T18:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226407#M4546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I already have OpenSDA on my KL25z, how to I also allow Multilink debugging for this project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 19:12:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226407#M4546</guid>
      <dc:creator>lander</dc:creator>
      <dc:date>2013-09-27T19:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get started with AN2295?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226408#M4547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can select conection type P&amp;amp;E ARM.... and in Connection type you can choose Interface Multilink or OpenSDA debugger:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="opesda.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/40870iB92308C2395055C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="opesda.png" alt="opesda.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 09:15:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-get-started-with-AN2295/m-p/226408#M4547</guid>
      <dc:creator>pavel_krenek</dc:creator>
      <dc:date>2013-09-30T09:15:58Z</dc:date>
    </item>
  </channel>
</rss>

