aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx/compilers/GCC/ld/STM32H743xI.ld
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-01-04 11:13:44 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-01-04 11:13:44 +0000
commitc2994bdb33024b71f3ac0b4283994715ce6eb563 (patch)
tree34f26281efec0dd928589b61664b1907800bb644 /os/common/startup/ARMCMx/compilers/GCC/ld/STM32H743xI.ld
parentccbf09f1a2abad73c81e5e059b7d3f6d370e3293 (diff)
downloadChibiOS-c2994bdb33024b71f3ac0b4283994715ce6eb563.tar.gz
ChibiOS-c2994bdb33024b71f3ac0b4283994715ce6eb563.tar.bz2
ChibiOS-c2994bdb33024b71f3ac0b4283994715ce6eb563.zip
Various fixes, H7 SPI does not work yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11220 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/startup/ARMCMx/compilers/GCC/ld/STM32H743xI.ld')
-rwxr-xr-xos/common/startup/ARMCMx/compilers/GCC/ld/STM32H743xI.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32H743xI.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32H743xI.ld
index 56e1d29ae..a7de36fd0 100755
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32H743xI.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32H743xI.ld
@@ -82,7 +82,7 @@ REGION_ALIAS("DATA_RAM", ram0);
REGION_ALIAS("DATA_RAM_LMA", flash0);
/* RAM region to be used for BSS segment.*/
-REGION_ALIAS("BSS_RAM", ram3);
+REGION_ALIAS("BSS_RAM", ram0);
/* RAM region to be used for the default heap.*/
REGION_ALIAS("HEAP_RAM", ram0);