Question
ADC and Asynchronous clock mode?
Hi guys. I designed a simple PCB for measuring the battery voltage of a biomedical instrument. But I faced a simple problem. I use HAL to generate the code. So when I set the ADC clock in Asynchronous clock mode the while(1) is not executed!!!
IS it because of ADC interrupt happen too fast so the while cannot be executed?
