mirror of https://github.com/ARMmbed/mbed-os.git
STM32F413ZH: fix wrong flash size for ARM compiler
parent
8731bc4080
commit
d5c8baa364
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue