Just trying to set PWM with DMABuffer which I try to use as duty cycleuint16_t BUF_DMA[6] = {3, 4, 2, 7, 9, 1}; PWM is started by buttonHAL_TIM_PWM_Start_DMA(&htim1,TIM_CHANNEL_4,(uint32_t*)&BUF_DMA, 6);Output I getI can't understand why BUF_DMA[3] ...