STM32H755 dual ADC DMA timer trigger
Hi,
I'm using STM32H755ZI-Q Nucleo board and I'm trying to use TIM2 to trigger Dual ADC conversion. M7 core is running FREERTOS and M4 is bare metal. ADC is controlled by M4 core. DMA is used to transfer data to M7 and then M7 is using ethernet to transfer data further. Sampling rate of my ADC is 1.92MSPS (12bit). I'm tring to use TIM2 to trigger ADC. This should happen with rate of 60Hz. Every 16.67ms (60Hz), I would like to collect 2x2048 samples.
It seems that I'm not getting configuration of ADC correct, since I'm actually getting one sample pair with 60Hz rate. I'm not sure if configuration of ADC or DMA is incorrect? HAL_ADC_ConvCpltCallback() is firing at rate ~0.5Hz.
