Resolved! ADC not working for STM32u585 microcontroller
hi, im working on ADC, but ADC is not working, it is getting into infinite loop in this stage while ((hadc->Instance->ISR & tmp_flag_end) == 0UL)and my code follows like this HAL_GPIO_WritePin(GPIOH, GPIO_PIN_7, GPIO_PIN_SET); // get ADC value ...