2021-09-19 09:43 AM
Hi,
We're using STM32H753 (2 nos.) and STPMS2L in new product development. I'm looking for PT100 thermometer DFSDM example code generation using STM32CubeMx. Any example code available on PT100 voltage & current sensing on 2-channels?
2021-09-23 03:02 AM
Hello @S.Kamath ,
You'll probably want to review the DFSDM example within STM32CubeH7 MCU package:
\STM32Cube_FW_H7_V1.9.0\Projects\STM32H743I-EVAL\Examples\DFSDM\DFSDM_AudioRecord
This example shows how to use the DFSDM HAL API to perform stereo audio recording, and it can be a starting point for you to learn about DFSDM and to develop your own application.
Then, you can modify this working application depending on your needs.
This STM32H7 online training provides a support for Digital FIlter for SD Modulators Interface (DFSDM).
You can also refer to this AN4990 Application note Getting started with sigma-delta digital interface on applicable STM32 microcontrollers
Hope this helps you!
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
2021-09-24 08:07 AM
2021-10-22 11:25 PM