diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-04-26 08:45:49 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-04-26 08:45:49 +0000 |
commit | ae90e9c47b2c0cbd54cf0a07db42228f8237513e (patch) | |
tree | a6a0bc68b9df701ea7568b30b8d6bb64860387bc /os/common | |
parent | 65fb619d2599b714fa212de360dd468326c99ab8 (diff) | |
download | ChibiOS-ae90e9c47b2c0cbd54cf0a07db42228f8237513e.tar.gz ChibiOS-ae90e9c47b2c0cbd54cf0a07db42228f8237513e.tar.bz2 ChibiOS-ae90e9c47b2c0cbd54cf0a07db42228f8237513e.zip |
Fixed RT-STM32F302R8-NUCLEO demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7926 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/ports/ARMCMx/compilers/GCC/ld/STM32F302x8.ld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/ports/ARMCMx/compilers/GCC/ld/STM32F302x8.ld b/os/common/ports/ARMCMx/compilers/GCC/ld/STM32F302x8.ld index fc2f4ed06..7e9b46c06 100644 --- a/os/common/ports/ARMCMx/compilers/GCC/ld/STM32F302x8.ld +++ b/os/common/ports/ARMCMx/compilers/GCC/ld/STM32F302x8.ld @@ -23,11 +23,11 @@ MEMORY
{
flash : org = 0x08000000, len = 64k
- ram0 : org = 0x20000000, len = 16k
+ ram0 : org = 0x20000000, len = 12k
ram1 : org = 0x00000000, len = 0
ram2 : org = 0x00000000, len = 0
ram3 : org = 0x00000000, len = 0
- ram4 : org = 0x10000000, len = 0
+ ram4 : org = 0x00000000, len = 0
ram5 : org = 0x00000000, len = 0
ram6 : org = 0x00000000, len = 0
ram7 : org = 0x00000000, len = 0
|