aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-28 08:58:41 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-28 08:58:41 +0000
commit13ce81370401384ec3dfa480c232f8f1c6851ab5 (patch)
tree77e40642e81ae7d47c547b18f3090e7c506cc236 /os/common
parent6ebca5756c4204bbb8f5205c9accc66f2aa65ed1 (diff)
downloadChibiOS-13ce81370401384ec3dfa480c232f8f1c6851ab5.tar.gz
ChibiOS-13ce81370401384ec3dfa480c232f8f1c6851ab5.tar.bz2
ChibiOS-13ce81370401384ec3dfa480c232f8f1c6851ab5.zip
Fixed STM32F303xE memory setup.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9371 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r--os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303xE.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303xE.ld b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303xE.ld
index 87b0bb1a8..c1faf607c 100644
--- a/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303xE.ld
+++ b/os/common/startup/ARMCMx/compilers/GCC/ld/STM32F303xE.ld
@@ -19,7 +19,7 @@
*/
MEMORY
{
- flash0 : org = 0x08000000, len = 256k
+ flash0 : org = 0x08000000, len = 512k
flash1 : org = 0x00000000, len = 0
flash2 : org = 0x00000000, len = 0
flash3 : org = 0x00000000, len = 0