<?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>LPC MicrocontrollersのトピックRe: startup file modification to add image header</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1390615#M47453</link>
    <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;Do you mean Secondary bootloader use memory 0x0000 to 0x1FFF,&lt;/P&gt;
&lt;P&gt;application start from 0x2000.&amp;nbsp; Add image header into secondary bootloader project?&lt;/P&gt;
&lt;P&gt;If yes, the two projects use overlapping address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
    <pubDate>Wed, 22 Dec 2021 08:06:16 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2021-12-22T08:06:16Z</dc:date>
    <item>
      <title>startup file modification to add image header</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1388749#M47413</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;My original image starts from location 0x00002000. I want to add image header data(Highlighted in a rectangle) at a 0x00002100 location in flash so I have added it in the&amp;nbsp;&lt;STRONG&gt;g_pfnVectors&lt;/STRONG&gt; section in the startup_lpc804.c file. By adding it I got a warning as shown in the below image.&lt;/P&gt;&lt;P&gt;1. How to remove this warning?&lt;BR /&gt;2. What should be the proper way to add the header data 0x00002100?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (60).png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165533iE4E360E1271BEBBB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot (60).png" alt="Screenshot (60).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 10:07:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1388749#M47413</guid>
      <dc:creator>Bhavin_Dhulkotiya</dc:creator>
      <dc:date>2021-12-17T10:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: startup file modification to add image header</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1389886#M47441</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-I lia-component-message-view-widget-author-username"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186362" target="_self" aria-label="View Profile of bhavind"&gt;&lt;SPAN class=""&gt;bhavind,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-I lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;If your project start from 0x00002000, I don't think you can add anything in 0x00002100, because &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-I lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;it over write vector table, you can see .map file the real memory used:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1640069762575.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165770i75B2D0CE7B76CB85/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1640069762575.png" alt="Alice_Yang_0-1640069762575.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And there is no image header in LPC804 boot flow, why did you want to add it ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 06:58:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1389886#M47441</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-21T06:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: startup file modification to add image header</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1390040#M47443</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We want to add the header for the Secondary Bootloader. And we want to add it at the 0x00002100 location.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 09:12:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1390040#M47443</guid>
      <dc:creator>Bhavin_Dhulkotiya</dc:creator>
      <dc:date>2021-12-21T09:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: startup file modification to add image header</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1390615#M47453</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;Do you mean Secondary bootloader use memory 0x0000 to 0x1FFF,&lt;/P&gt;
&lt;P&gt;application start from 0x2000.&amp;nbsp; Add image header into secondary bootloader project?&lt;/P&gt;
&lt;P&gt;If yes, the two projects use overlapping address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 08:06:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1390615#M47453</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-22T08:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: startup file modification to add image header</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1390817#M47456</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We want to implement as shown below image on LPC804. Please find the reference document&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12373.pdf" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I want to add a header at 0x00002100.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bhavind_0-1640181165139.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/165983i8D411E761DAA157E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bhavind_0-1640181165139.png" alt="bhavind_0-1640181165139.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Dec 2021 09:04:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1390817#M47456</guid>
      <dc:creator>Bhavin_Dhulkotiya</dc:creator>
      <dc:date>2021-12-31T09:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: startup file modification to add image header</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1395930#M47555</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A id="link_32" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186362" target="_self" aria-label="View Profile of bhavind"&gt;&lt;SPAN class=""&gt;bhavind&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;This is not very easy for MCUXpresso, please refer to my below steps, I place the image header at 0x100, the same for 0x2100.&lt;/P&gt;
&lt;P&gt;I attached the steps as picture, also the project, you can refer to.&lt;/P&gt;
&lt;DIV id="tinyMceEditor_aa7853bdacae0aAlice_Yang_5" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditor_aa7853bdacae0aAlice_Yang_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditor_aa7853bdacae0aAlice_Yang_4" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditor_aa7853bdacae0aAlice_Yang_3" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="tinyMceEditor_aa7853bdacae0aAlice_Yang_2" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 05:39:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1395930#M47555</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-01-07T05:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: startup file modification to add image header</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1396740#M47583</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to add this header in the startup.c file instead of using modified .ld file?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 12:46:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1396740#M47583</guid>
      <dc:creator>Bhavin_Dhulkotiya</dc:creator>
      <dc:date>2022-01-10T12:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: startup file modification to add image header</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1396965#M47587</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186362" target="_self" aria-label="View Profile of bhavind"&gt;&lt;SPAN class=""&gt;bhavind&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;As far as I know, there isn't .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 02:11:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1396965#M47587</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-01-11T02:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: startup file modification to add image header</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1397804#M47600</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;&amp;nbsp;for confirmation.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 04:53:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/startup-file-modification-to-add-image-header/m-p/1397804#M47600</guid>
      <dc:creator>Bhavin_Dhulkotiya</dc:creator>
      <dc:date>2022-01-12T04:53:06Z</dc:date>
    </item>
  </channel>
</rss>

