User Activity

Issue Description:I am trying to configure ADC1 on PA0 (Channel 16) in continuous mode on the STM32H750 microcontroller. However, the code gets stuck at:while (!(ADC1->ISR & ISR_EOC) && --timeout); // :white_heavy_check_mark: Wait for End-of-Conversi...