2021-06-16 06:18 AM
Hello everyone,
Can someone clarify what I'm reading in this function? This will be the value of the analog signal or it is a 1 and 0 train that I should pass through a digital lowpass filter?
Regards
Alan
2021-06-16 08:28 AM
Hi @ABlum.2 ,
This is how the function is described in UM1725 Description of STM32F4 HAL and low-layer drivers:
Does this answer your question?
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2021-06-16 10:55 PM
Hi @Amel NASRI ,
Thanks for the answer, my doubt is exactly what does conversion value means? Is this the represented value of the ADC messure or it is just the value that I have to pass through the lowpass filter before the actual representation of the ADC value? Since I am getting as a result from this function 1 and -1 I am not sure if those are real values or just bit representation.
Regards
Alan