PWM outputs not working when Automatic Output State (TIMx_BDTR->AOE) parameter is disabled, even though TIM Break Inputs (TIMx_BDTR->BRKE/BRK2E) are disabled.
I'm trying to setup single-pin, unpiolar PWM Generation outputs on Timers 8, 16 and 17 of my STM32 MCU (STM32F303RBTx). I am using the latest version of STM32CubeMX and the STM32CubeF3 firmware package as of today (Dec 18th 2020) to generate the appr...