Skip to main content
Visitor II
June 16, 2021
Question

What should I get from HAL_DFSDM_FilterGetRegularValue function?

  • June 16, 2021
  • 1 reply
  • 1179 views

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

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    June 16, 2021

    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

    ABlum.2Author
    Visitor II
    June 17, 2021

    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