Using DFSDM peripheral to read from sigma delta modulators (AD7403 specifically).
Trying use the dsfdm peripheral on the STM32L452 MCU to read from an AD7403 adc. The ADC is clocking out data, but the conversion values I'm seeing don't make sense.DFSDM setup is below. GPIO and setup in other functions. Those setups are OK because ...