Resolved! PWM generation on pb15 led pins nucleo wl55
I am working with the NUCLEO-WL55 board and trying to generate PWM on multiple pins.PWM output works fine on normal channels (e.g., TIM2 CH4 on PB11, TIM17 CH1 on PB9),but I cannot get any PWM signal on TIM1 CH3N (PB15). HAL_TIM_PWM_Start(&htim1, TI...