STM32F4 Timer Counter Never Starts Counting
Hi, I am attempting to enable TIM1 to act as my program's tick timebase as SysTick is being utilized by the FreeRTOS kernel to generate PendSV interrupts. I configured this in CubeMX (Timebase set to TIM1) but I cannot get TIM1 to start ticking. Attached is an image of TIM1's register set. I can't seem to figure out what configurations I am missing, CEN bit in CR1 is enabled and set to upcounting mode, and the ARR value is set to 0x3E7 to generate a tick increment every 1ms.

