User Activity

Can the ADC write to the buffer faster than the buffer values are sent to PC?- Single channel ADC using DMA, non-circular, EOC every conversion- ADC is in 12-bit resolution but as I understand it writes a full 16-bits each conversion - Buffer size 10...
Hi all,I am pretty new to ST so bear with me.The controller is reading in voltage values into the ADC and sending to PC over serial withCDC_Transmit_FS((uint8_t*), buffer, buffer_length)I'm getting the data stream, but the values as read in python fo...