aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/Kconfig
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2025-04-28 20:18:28 -0400
committerKevin O'Connor <kevin@koconnor.net>2025-05-02 11:44:31 -0400
commit554ae78d8c85e27fdfb1447bb6fb700e0fd786ff (patch)
tree0fa542466ce06bb603b5e1dc2c00716f33183251 /src/stm32/Kconfig
parentee79d0e30764b92f479bfc7126b61ecdf2f8d161 (diff)
downloadkutter-554ae78d8c85e27fdfb1447bb6fb700e0fd786ff.tar.gz
kutter-554ae78d8c85e27fdfb1447bb6fb700e0fd786ff.tar.xz
kutter-554ae78d8c85e27fdfb1447bb6fb700e0fd786ff.zip
stm32: Run stm32h723 at 520Mhz
Increase speed of stm32h723 chips from 400Mhz to 520Mhz. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/stm32/Kconfig')
-rw-r--r--src/stm32/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig
index aa67dc91..65e7e36d 100644
--- a/src/stm32/Kconfig
+++ b/src/stm32/Kconfig
@@ -208,7 +208,8 @@ config CLOCK_FREQ
default 64000000 if MACH_STM32G0
default 150000000 if MACH_STM32G431
default 170000000 if MACH_STM32G474
- default 400000000 if MACH_STM32H7 # 400Mhz is max Klipper currently supports
+ default 520000000 if MACH_STM32H723
+ default 400000000 if MACH_STM32H743 || MACH_STM32H750
default 80000000 if MACH_STM32L412
default 64000000 if MACH_N32G45x && STM32_CLOCK_REF_INTERNAL
default 128000000 if MACH_N32G45x