Couldn't get any ADC value with STM32H573 ADC
I need help. I couldn't get any adc value whether with live expressions or UART . UART is working fine so the problem is within the ADC configuration code. have i miss or overcomplicated anything? #include "stdio.h" #include "stdint.h" #include "st...