Hi everyone.
Where are the hardware_pwm_pins on this board (yep, 1.0, not pro/1.1)?
SPI PB5 busy (max31865). Someone wrote that SPI pin (MOSI) have this mode. Where else there Hardpwm?
This is expected behavior. Most (all) fans have a “lower limit” before they start spinning.
The hardware PWM and its duty cycles depend on the MCU hardware and its implementation. As such, what you like to set in your configuration may only be very coarsely represented due to the MCU not supporting this specific duty cycle
The very high PWM freqs are not needed for fans
Only dedicated pins on the MCU even support hardware PWM and this differs from MCU to MCU and you would need to research which pins on your MCU do support this function
I think I found it.
STM32F446 hardware pwm pins:
PH2 PC6 PC7 PC8 PC9 PF7 PB14 PB15 PA6 PF8 PA7 PF9
This is not accurate.
But I won’t connect via “hard” anymore. I’ll leave it as it is.