File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H743xI/device/TOOLCHAIN_GCC_ARM Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ M_CRASH_DATA_RAM_SIZE = 0x100;
19
19
MEMORY
20
20
{
21
21
FLASH (rx) : ORIGIN = MBED_APP_START, LENGTH = MBED_APP_SIZE
22
- DTCMRAM (rwx) : ORIGIN = 0x20000000 , LENGTH = 128K
23
- RAM (xrw) : ORIGIN = 0x24000298 , LENGTH = 512K - 0x298 /* end = 0x24080000 */
22
+ DTCMRAM (rwx) : ORIGIN = 0x20000298 , LENGTH = 128K-0x298
23
+ RAM (xrw) : ORIGIN = 0x24000000 , LENGTH = 512K
24
24
RAM_D2 (xrw) : ORIGIN = 0x30000000, LENGTH = 288K
25
25
RAM_D3 (xrw) : ORIGIN = 0x38000000, LENGTH = 64K
26
26
ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K
@@ -108,7 +108,7 @@ SECTIONS
108
108
. += M_CRASH_DATA_RAM_SIZE;
109
109
. = ALIGN (8);
110
110
__CRASH_DATA_RAM_END__ = .; /* Define a global symbol at data end */
111
- } > RAM
111
+ } > DTCMRAM
112
112
113
113
.data : AT (__etext)
114
114
{
You can’t perform that action at this time.
0 commit comments