Sorry if the question sounds stupid, I am new to STM32.I managed to have a PWM working, timer 1, pos/negative, deadtime, working with DMA from an array with pre-calculated values. HAL_TIM_PWM_Start_DMA(&htim1, TIM_CHANNEL_1, sine_val, samples); HAL_T...