<?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: .ICF file changes for flash bootloader in IAR (kinetis) in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ICF-file-changes-for-flash-bootloader-in-IAR-kinetis/m-p/639435#M38676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi &lt;SPAN&gt;Kalidass&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please download and install the KBOOT bootloader code, projects, and documentation at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fnxp.com%2F" rel="nofollow" target="_blank"&gt;http://nxp.com/&lt;/A&gt;&lt;SPAN class="GramE"&gt;kboot .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;After installed.&lt;/P&gt;&lt;P&gt;As example of IAR linker script for a bootloader please look at: C:\NXP\NXP_Kinetis_Bootloader_2_0_0\targets\common\linker\iar\MK64F12&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2016 15:06:15 GMT</pubDate>
    <dc:creator>DavidS</dc:creator>
    <dc:date>2016-10-17T15:06:15Z</dc:date>
    <item>
      <title>.ICF file changes for flash bootloader in IAR (kinetis)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ICF-file-changes-for-flash-bootloader-in-IAR-kinetis/m-p/639434#M38675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Please suggest me how to configure .icf file for bootloader design.&lt;/P&gt;&lt;P&gt;this my current .icf file in IAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define symbol __ram_vector_table_size__ = isdefinedsymbol(__flash_vector_table__) ? 0 : 0x00000400;&lt;BR /&gt;define symbol __ram_vector_table_offset__ = isdefinedsymbol(__flash_vector_table__) ? 0 : 0x000003FF;&lt;/P&gt;&lt;P&gt;define symbol m_interrupts_start = 0x00000000;&lt;BR /&gt;define symbol m_interrupts_end = 0x000003FF;&lt;/P&gt;&lt;P&gt;define symbol m_flash_config_start = 0x00000400;&lt;BR /&gt;define symbol m_flash_config_end = 0x0000040F;&lt;/P&gt;&lt;P&gt;define symbol m_text_start = 0x00000410;&lt;BR /&gt;define symbol m_text_end = 0x0007FFFF;&lt;/P&gt;&lt;P&gt;define symbol m_interrupts_ram_start = 0x1FFF8000;&lt;BR /&gt;define symbol m_interrupts_ram_end = 0x1FFF8000 + __ram_vector_table_offset__;&lt;/P&gt;&lt;P&gt;define symbol m_data_start = m_interrupts_ram_start + __ram_vector_table_size__;&lt;BR /&gt;define symbol m_data_end = 0x1FFFFFFF;&lt;/P&gt;&lt;P&gt;define symbol m_data_2_start = 0x20000000;&lt;BR /&gt;define symbol m_data_2_end = 0x20006FFF;&lt;/P&gt;&lt;P&gt;/* Sizes */&lt;BR /&gt;if (isdefinedsymbol(__stack_size__)) {&lt;BR /&gt; define symbol __size_cstack__ = __stack_size__;&lt;BR /&gt;} else {&lt;BR /&gt; define symbol __size_cstack__ = 0x0400;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (isdefinedsymbol(__heap_size__)) {&lt;BR /&gt; define symbol __size_heap__ = __heap_size__;&lt;BR /&gt;} else {&lt;BR /&gt; define symbol __size_heap__ = 0x0400;&lt;BR /&gt;}&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;kalidass&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 04:37:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ICF-file-changes-for-flash-bootloader-in-IAR-kinetis/m-p/639434#M38675</guid>
      <dc:creator>kalidassb</dc:creator>
      <dc:date>2016-10-17T04:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: .ICF file changes for flash bootloader in IAR (kinetis)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ICF-file-changes-for-flash-bootloader-in-IAR-kinetis/m-p/639435#M38676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi &lt;SPAN&gt;Kalidass&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please download and install the KBOOT bootloader code, projects, and documentation at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fnxp.com%2F" rel="nofollow" target="_blank"&gt;http://nxp.com/&lt;/A&gt;&lt;SPAN class="GramE"&gt;kboot .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;After installed.&lt;/P&gt;&lt;P&gt;As example of IAR linker script for a bootloader please look at: C:\NXP\NXP_Kinetis_Bootloader_2_0_0\targets\common\linker\iar\MK64F12&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 15:06:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ICF-file-changes-for-flash-bootloader-in-IAR-kinetis/m-p/639435#M38676</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-10-17T15:06:15Z</dc:date>
    </item>
  </channel>
</rss>

