2024-09-14 11:00 AM
Hello,
I am using the STM32F413ZH model. In fact, there is no problem in the code I wrote below, everything works correctly, but if I call the HAL_ADC_START function outside the while and do not use the HAL_ADC_STOP command, this time it only makes one reading, what is the reason for this? In this case, he has to read continuously, doesn't he?
Thank You.