Is synchronous data sampling of TIM.CNT and ADC.DR with 6 MHz possible with the usage of DMA1 & DMA2 on an H743?
Hi,I want to use an STM32H743 for sampling one TIM.CNT and one ADC channel synchronously and store the data of both peripherals in array buf_adc[5000] and buf_timcnt[5000]. Therefore I want to use the DMAMUX request generation and use LPTIM2 as trigg...