Two DMA captures For one timer
Posted on January 16, 2016 at 20:39I have a timer (Timer1) free running.I have assigned two input captures.when I run this code: HAL_TIM_IC_Start_DMA(&htim1,TIM_CHANNEL_1,&buffer1,20); HAL_TIM_IC_Start_DMA(&htim1,TIM_CHANNEL_2,&buffer2,20);only ''bu...