MCU: STM32G491RET6 Due to other pins being unavailable, I am trying to use TIM8_CH3N to generate a PWM output. To test this, I used CubeMx to generate configuration code for me, and only added the line to start PWM:HAL_TIM_PWM_Start(&htim8, TIM_CHANN...