<?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>Kinetis MicrocontrollersのトピックRe: Boot from flash</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-from-flash/m-p/804045#M48874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Onur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to define the BOOT ROM (along with NMI)&amp;nbsp; in the &lt;STRONG&gt;flash configuration&lt;/STRONG&gt; (stored in program Flash in the address range 0x400..0x40f). This is "latched" to the read-only registers at boot to determine the start-up behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the uTasker project there is a user define:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;#define &lt;SPAN style="color: #0000ff;"&gt;KINETIS_FLASH_CONFIGURATION_NONVOL_OPTION&lt;/SPAN&gt;&amp;nbsp; (FTFL_FOPT_LPBOOT_CLK_DIV_1 | FTFL_FOPT_RESET_PIN_ENABLED | &lt;SPAN style="color: #0000ff;"&gt;FTFL_FOPT_BOOTSRC_SEL_FLASH&lt;/SPAN&gt; | FTFL_FOPT_BOOTPIN_OPT_DISABLE | FTFL_FOPT_NMI_DISABLED) // never use boot ROM and disable NMI pin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the NXP library code it is in an assembler file that needs to be calculated and modified manually.&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;BR /&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;- &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%2FTWR-KE18F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/TWR-KE18F.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%2FHVP-KE18F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/HVP-KE18F.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2018 13:39:00 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2018-09-07T13:39:00Z</dc:date>
    <item>
      <title>Boot from flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-from-flash/m-p/804044#M48873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a custom board with MKE18F512VLH16 that is the 64 pinout and 512kb Flash memory version. I am using MCUXpresso v10.2. I want to boot my controller from flash memory. I have some problems about this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a research about this issue and found a figure (Figure 3. Boot Flow Chart) in KE1xF datasheet: Technical Data document in subject 2.1.5. I need to set RCM_FM[FORCEROM] bits to 00 that means Boot from Flash as it says in Kinetis KE1xF Sub-Family Reference Manual subject 24.3.5. After that I need to program the FTFE_FOPT register properly as it explains in 22.3.1. However this FOPT register is a Read-only register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my situation, I only able to use Debug Mode to program and run my code. I set RCM_FM[FORCEROM] bits to 00 and I press reset button that pulls down the RESET_b pin[63] to GND. Afterwards it doesnt boot with the same program. When I use Debug Mode again and look to memory location of&amp;nbsp;RCM_MR register it shows 0x06 in LSB; that means: "Boot from ROM due to both BOOTCFG0 pin assertion and FOPT[7] configuration" that is written in 24.3.5. RCM_FM register shows 0x04 that means: Force boot from ROM with RCM_MR[2] set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I read it says BOOTCFG0 and NMI pins and same and multiplexed that is PTD3[45]. Its voltage is 0.33V after and during pushing the reset button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking forward to how I can change FTFE_FOPT register [BOOTSRC_SEL] and [BOOTPIN_OPT] bits; or any other solutions for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Onur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 11:27:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-from-flash/m-p/804044#M48873</guid>
      <dc:creator>onurdemirel</dc:creator>
      <dc:date>2018-09-07T11:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-from-flash/m-p/804045#M48874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Onur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to define the BOOT ROM (along with NMI)&amp;nbsp; in the &lt;STRONG&gt;flash configuration&lt;/STRONG&gt; (stored in program Flash in the address range 0x400..0x40f). This is "latched" to the read-only registers at boot to determine the start-up behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the uTasker project there is a user define:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 12px;"&gt;#define &lt;SPAN style="color: #0000ff;"&gt;KINETIS_FLASH_CONFIGURATION_NONVOL_OPTION&lt;/SPAN&gt;&amp;nbsp; (FTFL_FOPT_LPBOOT_CLK_DIV_1 | FTFL_FOPT_RESET_PIN_ENABLED | &lt;SPAN style="color: #0000ff;"&gt;FTFL_FOPT_BOOTSRC_SEL_FLASH&lt;/SPAN&gt; | FTFL_FOPT_BOOTPIN_OPT_DISABLE | FTFL_FOPT_NMI_DISABLED) // never use boot ROM and disable NMI pin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the NXP library code it is in an assembler file that needs to be calculated and modified manually.&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;BR /&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;- &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%2FTWR-KE18F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/TWR-KE18F.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%2FHVP-KE18F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/HVP-KE18F.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 13:39:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-from-flash/m-p/804045#M48874</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-09-07T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-from-flash/m-p/804046#M48875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I assume I understood your explanation about Flash memory and the register. I got the point that I should change the part in the Flash memory, located in 0x40C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said I am using MCUXpresso with its own SDK. Things are a bit different then utasker because the that flash option byte could not be set like you said. I know what to set but I couldn't figure out how to set it. That byte is said read-only and blocks me to write into it. I am trying to set it using FLASH library functions i.e. FlashProgram() but not sure that I am using it correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still working on it, further help will be appreciated. Thanks in advance.&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;Onur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 11:47:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-from-flash/m-p/804046#M48875</guid>
      <dc:creator>onurdemirel</dc:creator>
      <dc:date>2018-09-10T11:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-from-flash/m-p/804047#M48876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Onur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to change flash configuration values using the in-circuit programming (actually it is but it would need the complete first sector to first be backed up in SRAM, modified accordingly and written back, which is risky since power loss during the process would cause program loss).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method to use is to change it in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use MCUXpresso's SDK it can be done by modifying the startup file called something like "startup_mke18f.c" at the following location:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;//*****************************************************************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;// Flash Configuration block : 16-byte flash configuration field that stores&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;// default protection settings (loaded on reset) and security information that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;// allows the MCU to restrict access to the Flash Memory module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;// Placed at address 0x400 by the linker script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;//*****************************************************************************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;__attribute__ ((used,section(".FlashConfig"))) const struct {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned int word1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned int word2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned int word3;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned int word4;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;} Flash_Config = {0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFF7DFE};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to work out what the bytes mean by studying the users manual and then adjusting the bits accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can modify this to do it in a more maintainable and portable fashion by creating a struct and some meaningful defines (as the uTasker project has done since 2011).&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>Mon, 10 Sep 2018 12:20:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-from-flash/m-p/804047#M48876</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-09-10T12:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from flash</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-from-flash/m-p/804048#M48877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your explanation. The first paragraph widen my horizon and I understand the reason of the problems that I faced.&lt;/P&gt;&lt;P&gt;I solve my problem with your help. I changed the byte in startup file&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;__attribute__ ((used,section(".FlashConfig"))) const struct {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned int word1;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned int word2;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned int word3;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned int word4;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;} Flash_Config = {0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFF&lt;SPAN style="text-decoration: underline; font-size: 22px;"&gt;&lt;STRONG&gt;7B&lt;/STRONG&gt;&lt;/SPAN&gt;FE};&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;I used the option you explained;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;never use the boot room: FOPT[1] = 1 and FOPT[7] = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;disable NMI pin: FOPT[2] = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure that I am that much experienced to modify the code as you explained but this method is fine for now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Onur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 12:49:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Boot-from-flash/m-p/804048#M48877</guid>
      <dc:creator>onurdemirel</dc:creator>
      <dc:date>2018-09-10T12:49:15Z</dc:date>
    </item>
  </channel>
</rss>

