cancel
Showing results for 
Search instead for 
Did you mean: 

What should I get from HAL_DFSDM_FilterGetRegularValue function?

ABlum.2
Associate III

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

2 REPLIES 2
Amel NASRI
ST Employee

Hi @ABlum.2​ ,

This is how the function is described in UM1725  Description of STM32F4 HAL and low-layer drivers:

0693W00000BbAgoQAF.pngDoes 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.

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