Posted on March 06, 2016 at 07:39 Hello, I'm trying to measure the period between counts on a quadrature encoder while simultaneously keeping count. I'm using an F446 on a Nucleo dev board (for now), and using mbed for compiling. I've go...
Posted on March 07, 2016 at 07:12
Thanks for the help! Seem to have things working.
Master Mode Selection for TIM2 set to Compare Pulse :
TIM2->CR2 = 0x030; //MMS = 101
TIM8 Triggering on ITR2 (TIM2), SMS in Reset Mode:
...