Poblem with ADC + DMA + Timer in STM32H745
Hello ST experts,
I configured an STM32H745 dual core to read data from ADC1/ADC2 in dual mode. I dedicated the M7 core to initialize ADCs, timer and DMA. But after running the code it seems that the ADC is not working either DMA.
I used the similar code on the STM32H750 single core. The code is correct.
I think I have to configure extra settings for dual core such as managing the memory. Could you please help me.
The DMA is in circular mode with "Word" data length.
TIM2 triggers the ADCs.
