Re: Continued issues with WeAct STM32F411
Posted: Mon Oct 05, 2020 3:55 pm
Thanks for tip, I will try it...
Everything relating to using STM32 boards with the Arduino IDE and alternatives
https://www.stm32duino.com/
Thanks for tip, I will try it...
Hi, please check the recently closed issues in STM32 core GitHub. I found a typo in the core code that prevented getting 16-bit resolution PWM, the fix for that is really simple.ddano007 wrote: Mon Oct 05, 2020 9:19 am Hi, guys. I have BlackPill V3.0 STM32F411CEU6 board and want to use 16-pit PWM output.
When using pwmWrite() command I got
'pwmWrite' was not declared in this scope
message when compiling my sketch. Is there any way to have 16-bit PWM resolution for this board in Arduino IDE?
analogWriteResolution(16) + analogWrite() command still have only 12-bit resolution.
Thanks.