Difference between revisions of "STM32 Timer PWM Input Capture"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
[[File:PWM Input Capture example - Timer 2 confriguration.png|400px]] | [[File:PWM Input Capture example - Timer 2 confriguration.png|400px]] | ||
+ | |||
+ | [[File:PWM Input Capture example - wiring.jpg|400px]] | ||
== Miscellaneous Links == | == Miscellaneous Links == | ||
* [https://github.com/lbthomsen/blackpill/tree/master/pwm_ic PWM Input Capture Example] for [[Black Pill]] | * [https://github.com/lbthomsen/blackpill/tree/master/pwm_ic PWM Input Capture Example] for [[Black Pill]] |
Revision as of 03:53, 13 March 2022
The timers in STM32 MCUs are incredible powerful. We have used them before to generate PWM Signals and to decode signals from rotary encoders.