tenbaht / sduino

An Arduino-like programming API for the STM8
http://tenbaht.github.io/sduino/
GNU Lesser General Public License v2.1
349 stars 213 forks source link

PWM resolution #111

Open mcer12 opened 3 years ago

mcer12 commented 3 years ago

Is there a way to up the resolution (range) from 8bit to 12bit or 16bit? I would like to use the boards for some high resolution pwm since it has 16bit timers. Would it be possible for you @tenbaht or can you point me where to start?

muhammadsaad313 commented 1 year ago

Hi, I also want to increase PWM resolution from 8 bit to 16bit in STM8S103F3P6. Can anyone help? @mcer12 Have you solved this?