TIM2 and TIM8 sync issue with DMA in circular mode
I AM USING STM32F446RCT6 MICROCONTROLLER HAL_TIM_OC_Start_IT(&htim8, TIM_CHANNEL_2); HAL_TIM_PWM_Start_DMA(&htim2, TIM_CHANNEL_4, (uint32_t *)gPWMData1, gPWMData1LastIdx); // trans is generated HAL_DMA_Start_IT(&hdma_tim8_up, (uint32_t)&gPWMData2[r...