Question
ADC issue
Hi!
I am trying to use ADC on STM32MP157C-DK2.
With Starter Package image it runs fine, but with st-example-image-qt it stuck on the function below.
Can somebody helps me with this? I think it is a problem in the device tree file.
if(HAL_ADC_PollForConversion(&hadc2, 5000) != HAL_OK){
HAL_Delay(1000);
}
