Resolved! Not all timer interrupts working on STM32F407 (shared timer IRQ settings)
I am trying to control 8 independent pulse channels using 8 independent pins of the STM32F407. Each pin will supply the pulse pin to a different motor, so I will be controlling 8 independent motors with the microcontroller. For each pin I am assignin...