User Activity

Hello, Community.I am currently trying to control a power converter with a STM32F4 microcontroller. The thing is that the control variable is the frequency of the PWM. I have programmed a timer (TIM3) that generates an interruption every 100us. Durin...
Hi,I am currently working with an STM32F0 Discovery Board (with CubeMX and HAL). I am trying to shift two PWMs.The first thing I tried was to program TIM1 and TIM3 as follows:Channel 1 of TIM 1 is the trigger of the TIM3 PWM and the configuration of ...