<?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: LPC54628 BOARD_FLASH Execute Error</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-BOARD-FLASH-Execute-Error/m-p/1190717#M43083</link>
    <description>&lt;P&gt;1. In Program_Flash(0x00~0x80000) Location, it runs normally.&lt;BR /&gt;Since the code size is 1.2MByte, it is insufficient in 512K, so I have to run it in BOARD_FLASH. Actually, because Korean fonts are large in size, I want to run some programs in SPDIF. But BOARD_FLASH Addr 0x10000000 size 0x800000&lt;BR /&gt;If distributed to SPDIF, the program is not executed and becomes Halt.&lt;BR /&gt;Writing is done on SPDIF Flash. (It works well on oscilloscope.)&lt;BR /&gt;2. Code distribution&lt;BR /&gt;A. Example of the corresponding function __TEXT(Flash2) void Test(void)&lt;BR /&gt;{&lt;BR /&gt;..}&lt;BR /&gt;B. Data Storage __RODATA(flash2) unsigned char test[ ]-{.....}&lt;BR /&gt;C. Compile Results&lt;BR /&gt;Program_flash 0x00 size 129KByte&lt;BR /&gt;Board_Flash 0x10000000 size 600KBte&lt;BR /&gt;The result seems to work without any problems.&lt;BR /&gt;* Program cannot be executed.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2020 07:33:55 GMT</pubDate>
    <dc:creator>jongsubkim</dc:creator>
    <dc:date>2020-11-30T07:33:55Z</dc:date>
    <item>
      <title>LPC54628 BOARD_FLASH Execute Error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-BOARD-FLASH-Execute-Error/m-p/1190554#M43074</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;&amp;lt;Default Config &amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;1. PROGRAM_FLASH&amp;nbsp; : Flash -location='0x0'&amp;nbsp; size='0x80000'&amp;nbsp; driver='LPC5460x_512K.cfx'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;2. BOARD_FLASH : Flash2 location='0x10000000' size='0x800000' driver='LPC546xx_SPIFI_SFDP.cfx&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&amp;lt; Compile Result &amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;PROGRAM_FLASH : 159880 B 512 KB 30.49%&lt;BR /&gt;BOARD_FLASH&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 351180 B 8 MB 4.19%&lt;BR /&gt;SRAM_UPPER&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 120996 B 160 KB 73.85%&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&amp;lt; Execute Error &amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Message - runch BOARD_FLASH Error !&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Please help me how to execute the code in BOARD_FLASH&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 08:32:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-BOARD-FLASH-Execute-Error/m-p/1190554#M43074</guid>
      <dc:creator>jongsubkim</dc:creator>
      <dc:date>2020-11-29T08:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 BOARD_FLASH Execute Error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-BOARD-FLASH-Execute-Error/m-p/1190678#M43081</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/131653" target="_self"&gt;&lt;SPAN class=""&gt;jongsubkim&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;Please provide more information about your issue.&lt;/P&gt;
&lt;P&gt;What about your project? What about your board? What about the detail error message?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 06:47:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-BOARD-FLASH-Execute-Error/m-p/1190678#M43081</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-11-30T06:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 BOARD_FLASH Execute Error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-BOARD-FLASH-Execute-Error/m-p/1190717#M43083</link>
      <description>&lt;P&gt;1. In Program_Flash(0x00~0x80000) Location, it runs normally.&lt;BR /&gt;Since the code size is 1.2MByte, it is insufficient in 512K, so I have to run it in BOARD_FLASH. Actually, because Korean fonts are large in size, I want to run some programs in SPDIF. But BOARD_FLASH Addr 0x10000000 size 0x800000&lt;BR /&gt;If distributed to SPDIF, the program is not executed and becomes Halt.&lt;BR /&gt;Writing is done on SPDIF Flash. (It works well on oscilloscope.)&lt;BR /&gt;2. Code distribution&lt;BR /&gt;A. Example of the corresponding function __TEXT(Flash2) void Test(void)&lt;BR /&gt;{&lt;BR /&gt;..}&lt;BR /&gt;B. Data Storage __RODATA(flash2) unsigned char test[ ]-{.....}&lt;BR /&gt;C. Compile Results&lt;BR /&gt;Program_flash 0x00 size 129KByte&lt;BR /&gt;Board_Flash 0x10000000 size 600KBte&lt;BR /&gt;The result seems to work without any problems.&lt;BR /&gt;* Program cannot be executed.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 07:33:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-BOARD-FLASH-Execute-Error/m-p/1190717#M43083</guid>
      <dc:creator>jongsubkim</dc:creator>
      <dc:date>2020-11-30T07:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 BOARD_FLASH Execute Error</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-BOARD-FLASH-Execute-Error/m-p/1192192#M43116</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;Before use External flash, have you initialized SPIFI ?&lt;/P&gt;
&lt;P&gt;There is SPIFI demo under SDK, you can download to have a look:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/select" target="_blank" rel="nofollow noopener noreferrer"&gt;https://mcuxpresso.nxp.com/en/select&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alice&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 09:13:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-BOARD-FLASH-Execute-Error/m-p/1192192#M43116</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-12-02T09:13:35Z</dc:date>
    </item>
  </channel>
</rss>

