Hi,I'm usingSTM32CubeIDE 1.6.1Windows 11I can get PWM working using both TIM1_CH1 and TIM2_CH2The frequency and duty cycle are as expected from the settings in the IOC file.However, when I try and do a HAL_TIM_PWM_Stop_DMA(htim, TIM_CHANNEL_1);I get ...