Resolved! TIM1 in Encoder Mode but TIM1->CNT does not change
Hi, I'm interested in using Timer 1 on my STM32F439ZI to decode the quadrature signal from an encoder but TIM1->CNT doesn't appear to change. I'm not sure what is missing, the TIM1 config looks like: static void MX_TIM1_Init(void) { /* USER CODE BE...