<?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 MK22FN1M0A bootloader in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1238007#M59753</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm doing a porting of FRDM-K22 bootloader example to my custom board with MK22FN1M0A microcontroller.&lt;/P&gt;&lt;P&gt;I've a problem on clock initialization when it execute&lt;FONT face="courier new,courier"&gt; clock_mode_switch(s_currentClockMode, kClockMode_FEE)&lt;/FONT&gt;function because in FRDM-K22 it use IRC48M source that is not present in MK22FN1M0A.&lt;/P&gt;&lt;P&gt;I would know:&lt;/P&gt;&lt;P&gt;- how I can correctly configure my board? Is there a Freedom board that have a more similar microcontroller to mine that I can copy configuration? (I don't need USB configuration in my bootloader project)&lt;/P&gt;&lt;P&gt;- Can I use FEI directly or switch to PLL instead on bootloader project?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
    <pubDate>Mon, 01 Mar 2021 14:30:33 GMT</pubDate>
    <dc:creator>LArmstrong1985</dc:creator>
    <dc:date>2021-03-01T14:30:33Z</dc:date>
    <item>
      <title>MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1238007#M59753</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm doing a porting of FRDM-K22 bootloader example to my custom board with MK22FN1M0A microcontroller.&lt;/P&gt;&lt;P&gt;I've a problem on clock initialization when it execute&lt;FONT face="courier new,courier"&gt; clock_mode_switch(s_currentClockMode, kClockMode_FEE)&lt;/FONT&gt;function because in FRDM-K22 it use IRC48M source that is not present in MK22FN1M0A.&lt;/P&gt;&lt;P&gt;I would know:&lt;/P&gt;&lt;P&gt;- how I can correctly configure my board? Is there a Freedom board that have a more similar microcontroller to mine that I can copy configuration? (I don't need USB configuration in my bootloader project)&lt;/P&gt;&lt;P&gt;- Can I use FEI directly or switch to PLL instead on bootloader project?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 14:30:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1238007#M59753</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2021-03-01T14:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1238193#M59757</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/142231"&gt;@LArmstrong1985&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working at using a FRDM-K22F as a development tool while I'm waiting for my custom MK22FN1M0AVDM12 PCBs come in and while I don't think I'm going to have the same issues as yours, I'm interested in the response you get from NXP.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I know (and have been told), there is no Freedom board which is a close match to the MK22FN1M0Axxxxx - when I asked, I got told to use the TWR-K21F120MA which is somewhat close to the target MCU but isn't in the Freedom form factor which makes it more unwieldly to connect hardware to.&amp;nbsp; I can't comment on clocking between the two MK2x parts.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 20:59:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1238193#M59757</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2021-03-01T20:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1238517#M59763</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Which IDE and example do you use?&amp;nbsp; You can refer this link.&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDMK64F-SD-Bootloader/ta-p/1099807" target="_blank"&gt;https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDMK64F-SD-Bootloader/ta-p/1099807&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This k64 bootloader clock is set as PEE. And before it jumps to application, it changes to FEI.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 08:04:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1238517#M59763</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-03-02T08:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1238580#M59765</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using FRDM-k22F bootloader example (that use MK22F512N microcontroller) on MCUXpresso IDE.&lt;/P&gt;&lt;P&gt;I'll try to see the example for FRDM-K64F.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/58763"&gt;@myke_predko&lt;/a&gt;&amp;nbsp;thank you very much for your suggestion. I'll try to see also the example for &lt;SPAN&gt;TWR-K21F120MA&amp;nbsp;&lt;/SPAN&gt;if it is more &lt;SPAN&gt;&amp;nbsp;close to the target MCU,&amp;nbsp;&lt;/SPAN&gt;so much I am only interested in the initialization part of the clock and the CANBUS configuration parameters&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 09:14:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1238580#M59765</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2021-03-02T09:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1239039#M59775</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can get out-of-the-box boot loaders for the K22 (all variants are supported) for KBOOT compatible, USB-MSD, UART, SD card, memory stick in the free open source uTasker project: &lt;A href="https://github.com/uTasker/uTasker-Kinetis" target="_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Builds with KDS, MCUXpresso, IAR, Keil uVision, Rowley Crossworks, Green Hills, and GCC make file, plus builds in Visual Studio and runs a simulation of the chip and can be used to test boot loader operation.&lt;/P&gt;&lt;P&gt;Configurable clock setup to suit all capabilities of all parts so no porting is ever needed.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;Contact me by personal message or on the uTasker web site to discuss professional training, solutions to problems or rapid product development requirements&lt;BR /&gt;&lt;BR /&gt;For professionals searching for faster, problem-free Kinetis and i.MX RT 10xx developments the uTasker project holds the key: &lt;A href="https://www.utasker.com/kinetis/TWR-K22F120M.html" target="_blank"&gt;https://www.utasker.com/kinetis/TWR-K22F120M.html&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 03:09:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1239039#M59775</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2021-03-03T03:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1239497#M59778</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was able to start bootloader following FRDM-K64F bootloader example (unluckily there isn't MCUBOOT example for &lt;SPAN&gt;TWR-K21F120MA&lt;/SPAN&gt;),&lt;/P&gt;&lt;P&gt;that switch between kClockMode_FEI_21MHz and&amp;nbsp;kClockMode_FEI_48MHz.&lt;/P&gt;&lt;P&gt;Now the problem is that bootloader not correctly jump to my application. I use a linker script quite similar to FRDK-64F example.&lt;/P&gt;&lt;P&gt;This is memory configuration for my bootloader:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;HEAP_SIZE = DEFINED(__heap_size__) ? __heap_size__ : 0x0;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x1000;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;M_VECTOR_RAM_SIZE = DEFINED(__ram_vector_table__) ? 0x0400 : 0x0;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;/* Specify the memory areas */&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;MEMORY&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;m_interrupts (RX) : ORIGIN = 0x00000000, LENGTH = 0x00000400&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;m_flash_config (RX) : ORIGIN = 0x00000400, LENGTH = 0x00000010&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;m_text (RX) : ORIGIN = 0x00000410, LENGTH = 0x000FFBF0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;m_data (RW) : ORIGIN = 0x1FFF0000, LENGTH = 0x00020000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;and this is memory configuration for my application:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;HEAP_SIZE = DEFINED(__heap_size__) ? __heap_size__ : 0x0;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x0400;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;M_VECTOR_RAM_SIZE = DEFINED(__ram_vector_table__) ? 0x0400 : 0x0;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;/* Specify the memory areas */&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;MEMORY&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;m_interrupts (RX) : ORIGIN = 0x0000a000, LENGTH = 0x00000400&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;m_flash_config (RX) : ORIGIN = 0x0000a400, LENGTH = 0x00000010&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;m_text (RX) : ORIGIN = 0x0000a410, LENGTH = 0x000FFBF0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;m_data (RW) : ORIGIN = 0x1FFF0000, LENGTH = 0x00020000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if the problem is on bootloader or on application configuration, but&amp;nbsp;&lt;BR /&gt;what I see is that when bootloader calculate application entry and stackpointer entry (function get_user_application_entry) it return different value&amp;nbsp;than the example for frdm-k64f.&lt;/P&gt;&lt;P&gt;In frdm-k64f the value are:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;application_entry: 0xa411&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;stackpointer_entry: 0x1fff0808&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;In my bootloader the value are:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;application_entry: 0xac01&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;stackpointer_entry: 0x1fff8170&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;What can these differences depend on? Who determines these values?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 09:20:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1239497#M59778</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2021-03-04T09:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1239505#M59779</link>
      <description>&lt;P&gt;H&lt;/P&gt;&lt;P&gt;The stack pointer and program entry values are taken from the application's reset vector entries. They look correct for the processors involved and it is normal that the program entry value can vary between each application build.&lt;/P&gt;&lt;P&gt;If the loader is jumping to that address but the application doesn't start it will be due to a problem in the application.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 17:14:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1239505#M59779</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2021-03-03T17:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1239824#M59783</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You do not change this line. The application and 'm_falsh_config' address should not begin with 0x410.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The link I gave you has the picture related with the link file. You can refer it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/138693iBC12FE80B1C905FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="捕获.PNG" alt="捕获.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 01:51:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1239824#M59783</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-03-04T01:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1240158#M59785</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was wrong to copy the map values ​​in the post, now they are correct.&lt;/P&gt;&lt;P&gt;For it I relied on the examples for FRDM-K64F and FRDM-K22F.&lt;BR /&gt;The entry points are the same for both what changes I have seen is the size of the m_text and m_data section of course.&lt;/P&gt;&lt;P&gt;Since everything seems correct to me, it would be possible to have a version of the bootloader and the example led_demo_freedom_a000 modified for the microcontroller&amp;nbsp;MK22FN1M0A?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another question. Is possible to debug application with entrypoint start modified instead that 0x0? Where I have to specify 0xa000 address?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 09:38:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1240158#M59785</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2021-03-04T09:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1240604#M59791</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If you develop a application and modify its link file correctly, you can debug it. The debugger will go to 0xa000 to start. You can make a test. Download a project that address begins with 0xa000. When you debug, you will see the debug address is 0xa410. And at the same time, the address (0 ~ 0xa000 -1) is 0xffff. So you can use the application project(not bootloader project) to debug the program.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 01:32:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1240604#M59791</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-03-05T01:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1240891#M59794</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was able to start my application. Most likely, I was also misled by the fact that UART that is the basis of my application was not working.&lt;BR /&gt;But I understand why. Starting from the led_demo_a000 example for the FRDM-K22 I also used its own startup files. Unfortunately, however, in k22fn512 microcontroller there is no UART3 that I use, as in the k22fn1a.&lt;/P&gt;&lt;P&gt;I would like to know in order not to make mistakes it is possible to have the startup files (crt0_gcc.S, startup_MK22FN1M0A.S, startup.c) for MK22FN1M0A or if is possible to use default project startup_mk22fa12.cpp file with custom linker file. How to have to modify in this case?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 09:47:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1240891#M59794</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2021-03-05T09:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1241044#M59800</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I thought it was a UART problem, instead the application starts but after a few instructions I get the following error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ExecutingError.JPG" style="width: 303px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/138889iAE6E1417AB212F45/image-dimensions/303x242?v=v2" width="303" height="242" role="button" title="ExecutingError.JPG" alt="ExecutingError.JPG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I try to&amp;nbsp;move/comment some instructions but simply the problem shifts.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The application has been tested and works correctly at location 0x0000 therefore with standard startup script and linker file automatically generated.&amp;nbsp;I suspect the problem lies with the startup scripts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What can i check?&amp;nbsp;The only difference than the examples is that mine is a c ++ project with mixed code c / c ++.&amp;nbsp;Are startup files always okay?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 14:10:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1241044#M59800</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2021-03-05T14:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1241458#M59816</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;So your bootloader can go to led demo. But if you use the uart example ,the bootloader can't jump ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 03:00:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1241458#M59816</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-03-08T03:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FN1M0A bootloader</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1241661#M59822</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I managed to solve,&amp;nbsp;following this guide of the mythical &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt; (Erich Styger)&amp;nbsp;who uses another technique&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2019/10/06/linking-bootloader-applications-with-eclipse-and-freemarker-scripts/" target="_blank"&gt;Linking Bootloader Applications with Eclipse and FreeMarker Scripts | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank a lot&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 09:35:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FN1M0A-bootloader/m-p/1241661#M59822</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2021-03-08T09:35:43Z</dc:date>
    </item>
  </channel>
</rss>

