File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353ENTRY (Reset_Handler)
5454
5555/* Highest address of the user mode stack */
56- _estack = 0x20020000 ; /* end of RAM */
56+ _estack = ORIGIN(DTCMRAM) + LENGTH(DTCMRAM) ; /* end of RAM */
5757/* Generate a link error if heap and stack don't fit into RAM */
5858_Min_Heap_Size = 0x200 ; /* required amount of heap */
5959_Min_Stack_Size = 0x400 ; /* required amount of stack */
@@ -62,7 +62,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
6262MEMORY
6363{
6464DTCMRAM (xrw) : ORIGIN = 0x20000000 , LENGTH = 128K
65- RAM_D1 (xrw) : ORIGIN = 0x24000000 , LENGTH = 512K
65+ RAM_D1 (xrw) : ORIGIN = 0x24000000 , LENGTH = 128K
6666RAM_D2 (xrw) : ORIGIN = 0x30000000 , LENGTH = 288K
6767RAM_D3 (xrw) : ORIGIN = 0x38000000 , LENGTH = 64K
6868ITCMRAM (xrw) : ORIGIN = 0x00000000 , LENGTH = 64K
You can’t perform that action at this time.
0 commit comments