Timer input capture into DMA buffer how get position ?
HI, i use CC2 on TIM1 set as input capture measuring pulse period and store in array /* USER CODE BEGIN TIM1_Init 1 */ LL_DMA_SetPeriphAddress(DMA1, LL_DMA_CHANNEL_3, (uint32_t)&TIM1->CCR2); LL_DMA_SetMemoryAddress(DMA1, LL_DMA_CHANNEL_3, (uint...