Posted on June 29, 2018 at 19:07I am trying to do something similar. As test input I use the internal temp sensor. I only check the ADRDY.First initialize ADC1: RCC->AHB2ENR |= RCC_AHB2ENR_ADCEN_Msk | RCC_AHB2ENR_GPIOCEN_Msk;sysSleepMs(10); ADC1->CR...