<?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: LPC5516 SRAM running out</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1625443#M52078</link>
    <description>&lt;P&gt;We had the same issue and I was able to get around it by commenting out one line in the function BOARD_BootClockRUN() located in board/clock_config.c as shown below.&amp;nbsp; I do not know why this solved the issue.&lt;/P&gt;&lt;P&gt;//SystemCoreClock = BOARD_BOOTCLOCKRUN_CORE_CLOCK;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 15:32:53 GMT</pubDate>
    <dc:creator>dberez</dc:creator>
    <dc:date>2023-03-30T15:32:53Z</dc:date>
    <item>
      <title>LPC5516 SRAM running out</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1527655#M50259</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are facing below issue with program not being excecuted from Flash, What to change in linker script to resoved this issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;arm-none-eabi-gcc -nostdlib -Xlinker -Map="LPC5516_Project.map" -Xlinker --gc-sections -Xlinker -print-memory-usage -Xlinker --sort-section=alignment -Xlinker --cref -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -T LPC5516_Project_Debug.ld -o "LPC5516_Project.axf" ./utilities/fsl_assert.o ./utilities/fsl_debug_console.o ./utilities/fsl_str.o ./usb/device/source/lpcip3511/usb_device_lpcip3511.o ./usb/device/source/usb_device_ch9.o ./usb/device/source/usb_device_dci.o ./usb/device/class/cdc/usb_device_cdc_acm.o ./usb/device/class/usb_device_class.o ./startup/startup_lpc5516.o ./source/LPC5516_Project.o ./source/semihost_hardfault.o ./drivers/fsl_clock.o ./drivers/fsl_common.o ./drivers/fsl_common_arm.o ./drivers/fsl_flexcomm.o ./drivers/fsl_gpio.o ./drivers/fsl_i2c.o ./drivers/fsl_mcan.o ./drivers/fsl_power.o ./drivers/fsl_reset.o ./drivers/fsl_spi.o ./drivers/fsl_usart.o ./device/system_LPC5516.o ./component/uart/fsl_adapter_usart.o ./component/serial_manager/fsl_component_serial_manager.o ./component/serial_manager/fsl_component_serial_port_uart.o ./component/osa/fsl_os_abstraction_bm.o ./component/lists/fsl_component_generic_list.o ./board/board.o ./board/clock_config.o ./board/peripherals.o ./board/pin_mux.o&lt;BR /&gt;c:/nxp/mcuxpressoide_11.6.0_8187/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.6.0.202112161359/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: LPC5516_Project.axf section `.bss' will not fit in region `SRAM'&lt;BR /&gt;c:/nxp/mcuxpressoide_11.6.0_8187/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.6.0.202112161359/tools/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: region `SRAM' overflowed by 8536 bytes&lt;BR /&gt;&lt;FONT color="#000000"&gt;Memory region Used Size Region Size %age Used&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;PROGRAM_FLASH: 0 GB 244 KB 0.00%&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;SRAM: 74072 B 64 KB 113.02%&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;USB_RAM: 0 GB 16 KB 0.00%&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;SRAMX: 0 GB 16 KB 0.00%&lt;/FONT&gt;&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make[1]: *** [makefile:59: LPC5516_Project.axf] Error 1&lt;BR /&gt;make: *** [makefile:50: all] Error 2&lt;BR /&gt;"make -r -j4 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chandra_MVE_0-1664090958375.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/194818i012FEA550C4937EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chandra_MVE_0-1664090958375.png" alt="chandra_MVE_0-1664090958375.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;</description>
      <pubDate>Sun, 25 Sep 2022 07:29:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1527655#M50259</guid>
      <dc:creator>chandra_MVE</dc:creator>
      <dc:date>2022-09-25T07:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5516 SRAM running out</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1528268#M50272</link>
      <description>&lt;P&gt;Any update on this issue, we are running out of time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 16:25:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1528268#M50272</guid>
      <dc:creator>chandra_MVE</dc:creator>
      <dc:date>2022-09-26T16:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5516 SRAM running out</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1528572#M50275</link>
      <description>&lt;P&gt;You cannot rely on a public forum with volunteering fellow engineers to solve your problems.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 05:44:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1528572#M50275</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2022-09-27T05:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5516 SRAM running out</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1528648#M50277</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; We are facing below issue with program not being excecuted from Flash, What to change in linker script to resoved this issue&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Posting your linker script would surely be helpful.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 08:21:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1528648#M50277</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2022-09-27T08:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5516 SRAM running out</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1528743#M50280</link>
      <description>&lt;P&gt;Sorry, But do we have solution to this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 10:42:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1528743#M50280</guid>
      <dc:creator>chandra_MVE</dc:creator>
      <dc:date>2022-09-27T10:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5516 SRAM running out</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1530998#M50315</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Chandra,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please show your project.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 09:09:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1530998#M50315</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-09-30T09:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5516 SRAM running out</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1625443#M52078</link>
      <description>&lt;P&gt;We had the same issue and I was able to get around it by commenting out one line in the function BOARD_BootClockRUN() located in board/clock_config.c as shown below.&amp;nbsp; I do not know why this solved the issue.&lt;/P&gt;&lt;P&gt;//SystemCoreClock = BOARD_BOOTCLOCKRUN_CORE_CLOCK;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 15:32:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5516-SRAM-running-out/m-p/1625443#M52078</guid>
      <dc:creator>dberez</dc:creator>
      <dc:date>2023-03-30T15:32:53Z</dc:date>
    </item>
  </channel>
</rss>

