User Activity

Hi, I am trying to use a timer triggered ADC sampler with DMA and a complete conversion-triggered callback function. I followed this guide (https://www.youtube.com/watch?v=_K3GvQkyarg) while configuring my single pin (channel) input for ADC. Specific...
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...