HAL_ADC_PollForConversion vs HAL_ADC_GetValue
Hello, I see ADC examples that use the following functions:1.HAL_ADC_PollForConversion.2.HAL_ADC_GetValue.Questions:a. What's the difference between both functions ?b. In my application I simply want to get the ADC voltage when a user sends a command...