anchao commented on code in PR #12432:
URL: https://github.com/apache/nuttx/pull/12432#discussion_r1625218554


##########
boards/arm/lpc17xx_40xx/lpc4088-devkit/scripts/memory.ld:
##########
@@ -73,9 +73,9 @@ MEMORY
 
   /* 64Kb of SRAM in the CPU block */
 
-  ksram (rwx)      : ORIGIN = 0x10000000, LENGTH = 4K   /* May include waste */
-  usram (rwx)      : ORIGIN = 0x10001000, LENGTH = 4K
-  xsram (rwx)      : ORIGIN = 0x10002000, LENGTH = 24K  /* All used as heap */
+  ksram (rwx)      : ORIGIN = 0x10000000, LENGTH = 6K   /* May include waste */

Review Comment:
   bss section out of range



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to