ADC doesn't work
Hi all, I have created a new project for the STM32U575RIT6 microcontroller using the attached .ioc file. On top of the auto-generated code, I have made the following modifications:In main.c: while (1) { uint32_t bits = 0; uint16_t adc_value =...