Hi, I am trying to stream ADC data to ethernet RJ45 port along with synchronized timestamps. Currently I am trying to figure out the following problems: 1. How can we synchronize ADC data with timestamps? The STM32 tutorial uses DMA, which I assume d...