Posted on June 08, 2016 at 20:10
Hello everyone,
I started with STM32F103 two days ago and I need to generate a PWM on GPIOB pin6 using TIM4.
I need a PWM of period 20ms with a 1us precision (System Clock is set to 72 MHz)
I have...
Posted on June 10, 2016 at 16:45Thanks for your reply ! The MCU I'm using is STM32F103RB, which is medium density, I think. Anyway, I tried your code and it works perfectly. Thank you very much ! For the story, I needed a PWM to control a servomotor...