<?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: Flash Config section</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747900#M45528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;I will enjoy this suggestion when the bootloader will work. Now the crashing of the flash writing is booking me fully.&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pietro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Apr 2018 10:02:08 GMT</pubDate>
    <dc:creator>pietrodicastri</dc:creator>
    <dc:date>2018-04-23T10:02:08Z</dc:date>
    <item>
      <title>Flash Config section</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747894#M45522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning&lt;/P&gt;&lt;P&gt;I have an ugly issue with the compiler.&lt;/P&gt;&lt;P&gt;I want to define the configuration words in the source code. That's what I do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static __attribute__ ((section (".FlashConfig"))) const cfm_t _cfm&lt;/STRONG&gt; =&lt;BR /&gt;{&lt;BR /&gt; .backkey[ 0 ] = 0x01,&lt;BR /&gt; .backkey[ 1 ] = 0x02,&lt;BR /&gt; .backkey[ 2 ] = 0x03,&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields are expanded..&lt;/P&gt;&lt;P&gt;If in the startup file .s I use the original declaration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.section .FlashConfig, "a"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; .long 0xFFFFFFFF&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; .long 0xFFFFFFFF&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; .long 0xFFFFFFFF&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; .long 0xFFFF7DFE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The linking process advices the FlashConfig section is too small to guest both data .That's what I expect.&lt;/P&gt;&lt;P&gt;Bit if I comment the assembly declaration, the C declared data&amp;nbsp;&lt;STRONG&gt;_cfm&lt;/STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; disappears. Simply it does not exist in the map file.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I don't find a reason why.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Suggestions??&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thank You&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Pietro&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 10:48:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747894#M45522</guid>
      <dc:creator>pietrodicastri</dc:creator>
      <dc:date>2018-04-19T10:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Config section</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747895#M45523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pietro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For GCC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;const KINETIS_FLASH_CONFIGURATION __attribute__((section(".f_config"))) __flash_config&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;= {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_BACKDOOR_KEY,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_PROGRAM_PROTECTION,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_SECURITY,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_NONVOL_OPTION,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_EEPROM_PROT,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_DATAFLASH_PROT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In linker script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp; .f_config ALIGN(__Fconfig_segment_start__ , 4) :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; __flash_config = .;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;KEEP&lt;/STRONG&gt;(*(.f_config .f_config.*))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You NEED the &lt;STRONG&gt;KEEP&lt;/STRONG&gt; so that the linker doesn't optimise the data away since it doesn't find it being accessed by any code.&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;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;uTasker developer and supporter (+5'000 hours experience on +60 Kinetis derivatives in +80 product developments)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&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;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 11:07:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747895#M45523</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-04-19T11:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Config section</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747896#M45524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hei Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The implementation gives the result to have the structure in the map file.&lt;/P&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.FlashConfig 0x00000400 0x10&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; 0x00000400 . = ALIGN (0x4)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; 0x00000400 _cfm = .&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; *(.FlashConfig .FlashConfig.*)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; .FlashConfig 0x00000400 0x10 ./Sources/chip_cfg.o&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; 0x00000410 . = ALIGN (0x4)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I try to program the memory dump of the address 0x400 is not reflecting the content of the _cfm..&lt;/P&gt;&lt;P&gt;What can it be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp; You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pietro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 07:09:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747896#M45524</guid>
      <dc:creator>pietrodicastri</dc:creator>
      <dc:date>2018-04-20T07:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Config section</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747897#M45525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pietro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see the sector in the map file I would expect it to be in your binary too.&lt;/P&gt;&lt;P&gt;Look at the binary file (or srec) content with a binary editor - maybe it is there but being filled with unexpected data - such as 0xff (?).&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;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;uTasker developer and supporter (+5'000 hours experience on +60 Kinetis derivatives in +80 product developments)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&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;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 15:07:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747897#M45525</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-04-20T15:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Config section</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747898#M45526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hei Mark&lt;/P&gt;&lt;P&gt;Thank You for following. Now I have the data in the flash. I have another problem in the bit field interpretation.&lt;/P&gt;&lt;P&gt;But for now I can live with what I have, I need to concentrate on another issue.&lt;/P&gt;&lt;P&gt;I created another thread, Flash writes with breakpoints NOT without. If You can give a look it would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Pietro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2018 12:50:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747898#M45526</guid>
      <dc:creator>pietrodicastri</dc:creator>
      <dc:date>2018-04-21T12:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Config section</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747899#M45527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pietro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These may help with some field interpretations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;typedef struct _PACK stKINETIS_FLASH_CONFIGURATION&amp;nbsp;&amp;nbsp;&amp;nbsp; // loaded from FLASH 0x00000400 at reset&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned char&amp;nbsp; ucBackdoorComparisonKey[8];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned long&amp;nbsp; ulProgramFlashProtection;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned char&amp;nbsp; ucFlashSecurity;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned char&amp;nbsp; ucNonvolatileOption;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned char&amp;nbsp; ucEEPROM_protection;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned char&amp;nbsp; ucDataFlashProtection;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;} KINETIS_FLASH_CONFIGURATION;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;const KINETIS_FLASH_CONFIGURATION __attribute__((section(".f_config"))) __flash_config&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;= {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {BACKDOOR_KEY_0, BACKDOOR_KEY_1, BACKDOOR_KEY_2, BACKDOOR_KEY_3, BACKDOOR_KEY_4, BACKDOOR_KEY_5, BACKDOOR_KEY_6, BACKDOOR_KEY_7},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (0xffffffff),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // PROT[31:24]:PROT[23:16]:PROT[15:8]:PROT[7:0] - no protection when all are '1'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_SECURITY,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_NONVOL_OPTION,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_EEPROM_PROT,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KINETIS_FLASH_CONFIGURATION_DATAFLASH_PROT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier\ new, courier, monospace; font-size: 13px;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;uTasker developer and supporter (+5'000 hours experience on +60 Kinetis derivatives in +80 product developments)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&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;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2018 00:23:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747899#M45527</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-04-22T00:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Config section</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747900#M45528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;I will enjoy this suggestion when the bootloader will work. Now the crashing of the flash writing is booking me fully.&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pietro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 10:02:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Flash-Config-section/m-p/747900#M45528</guid>
      <dc:creator>pietrodicastri</dc:creator>
      <dc:date>2018-04-23T10:02:08Z</dc:date>
    </item>
  </channel>
</rss>

