How to initialize ADC-2 on STM32G431CBT6
Program locks in waiting for ADC_ISR ADRDY to become a '1'. Have set RCC_AHB2ENR bit 13 (ADC12EN), Cleared ADC2_CR-bit26(DEEPPWD) and set ADC2_CR-bit25(ADVREGEN). Finally set ADC2_CR-bit0(ADEN). Now ADC2_ISR bit-0 (ADRDY) should become high, but it s...