ADC stays in LOCK with polling method
I have a project where i use the HAL library to poll the ADC.Controller STM32G473VC. Cube IDE 1.9.0.During the code i call ADC_24V_getADCvalue() at different places but never in interrupt routines .Even though after a few calls HAL_ADC_ConfigChannel ...