Problem setting up ADC1 on STM32F103C6 to do single programmed read (of Vrefint) - bare metal
I am trying to set up ADC1 on STM32F103C6 "bare metal" (no HAL or LL). I've successfully done this on F0 series without difficulty, but this has me stumped. I've also referred to source code generated by STM32CubeMX (for just this device on this targ...