Skip to main content
Visitor II
October 11, 2025
Question

Driving a Sigma-Delta ADC with STM32H562RIT6

  • October 11, 2025
  • 1 reply
  • 174 views

Hi

Please provide a sample code to interface a Sigma-Delta type ADC like the ADuM7701 with the STM32H562RIT6, which does not have a DFSDM unit, and guide me on optimizing the code so that the microcontroller is not solely occupied with processing the MDAT signal from the ADuM7701.

 
thank you
    This topic has been closed for replies.

    1 reply

    Super User
    October 11, 2025

    Hi,

    so on cpu without DFSDM  , could try using the SAI : PDM mode

    AScha3_0-1760187066076.png

    But:

    AScha3_1-1760187099954.png

    So look on git, sure you can find some pdm->decimation filter , then write your program.

    +

    >provide a sample code to interface a Sigma-Delta type ADC 

    >and guide me on optimizing the code 

    ...-->

    Here you can find helping hands for your project: