aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32/Kconfig')
-rw-r--r--src/stm32/Kconfig12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig
index e9f086a0..25ee8c7d 100644
--- a/src/stm32/Kconfig
+++ b/src/stm32/Kconfig
@@ -62,6 +62,10 @@ config FLASH_SIZE
default 0x10000 if MACH_STM32F103
default 0x80000 if MACH_STM32F4
+config RAM_START
+ hex
+ default 0x20000000
+
config RAM_SIZE
hex
default 0x5000 if MACH_STM32F103
@@ -84,10 +88,10 @@ choice
endchoice
config FLASH_START
hex
- default 0x2000 if STM32_FLASH_START_2000
- default 0x7000 if STM32_FLASH_START_7000
- default 0x8000 if STM32_FLASH_START_8000
- default 0x0000
+ default 0x8002000 if STM32_FLASH_START_2000
+ default 0x8007000 if STM32_FLASH_START_7000
+ default 0x8008000 if STM32_FLASH_START_8000
+ default 0x8000000
choice
prompt "Clock Reference" if LOW_LEVEL_OPTIONS