Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32/Kconfig')
-rw-r--r--src/stm32/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig
index 452384074..9cdb3c312 100644
--- a/src/stm32/Kconfig
+++ b/src/stm32/Kconfig
@@ -164,6 +164,10 @@ config FLASH_SIZE
default 0x20000 if MACH_STM32H750
default 0x200000 if MACH_STM32H743
+config FLASH_BOOT_ADDRESS
+ hex
+ default 0x8000000
+
config RAM_START
hex
default 0x20000000