File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F756xG/device/TOOLCHAIN_IAR Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ITCM-RAM: 16K (0x3FFF) @0x00000000
26
26
if (!isdefinedsymbol(MBED_ROM_START)) { define symbol MBED_ROM_START = 0x8000000; }
27
27
if (!isdefinedsymbol(MBED_ROM_SIZE)) { define symbol MBED_ROM_SIZE = 0x200000; }
28
28
if (!isdefinedsymbol(MBED_RAM_START)) { define symbol MBED_RAM_START = 0x20010000; }
29
- if (!isdefinedsymbol(MBED_RAM_START )) { define symbol MBED_RAM_SIZE = 0x40000; }
29
+ if (!isdefinedsymbol(MBED_RAM_SIZE )) { define symbol MBED_RAM_SIZE = 0x40000; }
30
30
if (!isdefinedsymbol(MBED_RAM1_START)) { define symbol MBED_RAM1_START = 0x20000000; }
31
31
if (!isdefinedsymbol(MBED_RAM1_SIZE)) { define symbol MBED_RAM1_SIZE = 0x10000; }
32
32
You can’t perform that action at this time.
0 commit comments