STM32 Timer PWM Input Capture
Jump to navigation
Jump to search
The timers in STM32 MCUs are incredible powerful. We have used them before to generate PWM Signals and to decode signals from rotary encoders. In this example we will use them to determine frequency an duty cycle of an external PWM signal.
For the example we will be using a Black Pill development board and we will be using the same MCU to both generate and to decode the PWM signal.
The source of the complete example is here.
Wiring
Since we are using the same board to generate and to decode the PWM signal, we need a jumper wire to connect the PWM Output to the PWM Input. The pinout resulting from the setup in the next section looks like this:
So, we will need to run a jumper wire
STM32CubeMX Setup
Code