STM32F413ZH: fix wrong flash size for ARM compiler

pull/8637/head
bcostm 2018-10-26 14:16:18 +02:00 committed by Cruz Monrreal II
parent 8731bc4080
commit d5c8baa364
2 changed files with 4 additions and 4 deletions

View File

@ -32,9 +32,9 @@
#define MBED_APP_START 0x08000000
#endif
; 1536KB FLASH (0x150000)
; 1536KB FLASH (0x180000)
#if !defined(MBED_APP_SIZE)
#define MBED_APP_SIZE 0x150000
#define MBED_APP_SIZE 0x180000
#endif
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region

View File

@ -32,9 +32,9 @@
#define MBED_APP_START 0x08000000
#endif
; 1536KB FLASH (0x150000)
; 1536KB FLASH (0x180000)
#if !defined(MBED_APP_SIZE)
#define MBED_APP_SIZE 0x150000
#define MBED_APP_SIZE 0x180000
#endif
LR_IROM1 MBED_APP_START MBED_APP_SIZE { ; load region size_region