Is there any way to change the PWM resolution / range for analogWrite? The STM32s are capable of 16bit PWM but I didn't find any information of how to change that in Arduino IDE. If there is an ...
the frequency is capped at 1 MHz. I think there's no reason for the limit except that the PWM resolution becomes low at high frequencies. I want to use AnalogWrite as an easy way to set up PWM as a ...