User Activity

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...