STM32F401 Interpreting DMA data over serial
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...