Closed classicrocker883 closed 1 year ago
Maybe the difference between both SoC is the current bootloader, in the STM version some pins could be pre-configured.
This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
the following is from a user who managed to get this to fix at this github repo
he enabled
BLTOUCH_FORCE_SW_MODE
for BLTOUCH,add MB
VOXELAB_AQUILA
to HAL/STM32F1/timers.h soMF_TIMER_SERVO0 = 3
and
Z_CLEARANCE_DEPLOY_PROBE 5
Author: oloendithas oloendithas@gmail.com 2023-01-07 12:53:51 Committer: oloendithas oloendithas@gmail.com 2023-01-07 12:53:51 Parent: 1ac9c445e2713a2725910c3889a3fd343205c0e6 (current MM config) Branch: master Follows: 2.1.3 Precedes:
----------------------- Marlin/src/HAL/STM32F1/timers.h ----------------------- index 0cd807f..8a23186 100644 @@ -80,7 +80,7 @@ typedef uint16_t hal_timer_t; //#define MF_TIMER_TEMP 4 // 2->4, Timer 2 for Stepper Current PWM
endif
-#if MB(BTT_SKR_MINI_E3_V1_0, BTT_SKR_E3_DIP, BTT_SKR_MINI_E3_V1_2, MKS_ROBIN_LITE, MKS_ROBIN_E3D, MKS_ROBIN_E3) +#if MB(BTT_SKR_MINI_E3_V1_0, BTT_SKR_E3_DIP, BTT_SKR_MINI_E3_V1_2, MKS_ROBIN_LITE, MKS_ROBIN_E3D, MKS_ROBIN_E3, VOXELAB_AQUILA) // SKR Mini E3 boards use PA8 as FAN_PIN, so TIMER 1 is used for Fan PWM.
ifdef STM32_HIGH_DENSITY