From 7df503de9388f2453515edd58fb5f74d01975b0a Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 2 Jun 2025 18:23:07 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20FLY=20D5=20/=20D7=20serial?= =?UTF-8?q?=20for=20TMC2208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See MarlinFirmware/TMCStepper#5 --- ini/stm32f0.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ini/stm32f0.ini b/ini/stm32f0.ini index a684b98871..e3762ebac2 100644 --- a/ini/stm32f0.ini +++ b/ini/stm32f0.ini @@ -62,7 +62,7 @@ platform_packages = framework-arduinoststm32@4.20500.230714 framework-cmsis@2.50700.210515 toolchain-gccarmnoneeabi@1.100301.220327 build_flags = ${stm32_variant.build_flags} - -DTIMER_SERIAL=TIM2 + -DTIMER_SERIAL=TIM2 -DTMC2208_BAUDRATE=9600 upload_protocol = stlink # @@ -77,5 +77,5 @@ platform_packages = framework-arduinoststm32@4.20500.230714 framework-cmsis@2.50700.210515 toolchain-gccarmnoneeabi@1.100301.220327 build_flags = ${stm32_variant.build_flags} - -DTIMER_SERIAL=TIM2 + -DTIMER_SERIAL=TIM2 -DTMC2208_BAUDRATE=9600 upload_protocol = dfu