"While" does not work when ADC DMA is enabled
I am starting to experiment with stm32f411vet6 (discovery), looking forward to learn and help.On Live Expressions (Debug by STM32CubeIDE, I choose to run by Resume).Without a code "HAL_ADC_Start_DMA(&hadc1,(uint32_t*) &ADC_Value, 1);" : The program w...