Is it possible that samples are lost in DMA mode because of MCU BUS congestion?
Currently, I am facing an issue with synchronization between ADC and DAC.ADC and DAC are both configured to use DMA1 in circular mode. ADC and DAC are both triggered by TIM4. I enable TIM4 right before main loop and observe perfect synchronization be...