Resolved! STM32F103RC Wrong ADC Readings on Vrefint and TempSensor Channels
Hi,The ADC test has only 2 channels: Vrefint and TempSensor. The following ADC result (convertedData) is read out through DMA:tick = 1s - convertedData[0] = 113968573 convertedData[1] = 0 tick = 2s - convertedData[0] = 113837503 convertedData[1] ...