PWM not working on STM32l431
When I trying to run PWM on PA8 I get no PWM at all. The pin just goes high and I can't understand why. I used HAL example code. The cpu is running at 16 MHz and here is the codeHW_TIM_PWM_Set(4000, 70); HW_TIM_PWM_Enable(); HW_TIM_Delay(1000); HW_TI...