2015-08-31 06:30 AM
I'm working with a microcontroller stm32f215. This device have a wheel of time (single encoder) connected to PF8 pin - TIM13_ch1. How best to accomplish reading this time round? Using the capture? Using the interrupt pin? It can show me some example? At first I use STMcube and libs HAL.
2015-08-31 07:47 AM
External counter/clocking mode? Input/PWM capture if the periodicity and duty is of interest.
Sorry, can't help you with HAL/Cube stuff.