Skip to main content
GWenJ.1
Associate II
March 3, 2023
Question

STM32H723 DFSDM Inject Mode

  • March 3, 2023
  • 2 replies
  • 1188 views

Hello ST Community

I encountered many problems when using DFSDM peripherals,Especially the trigger problem of injection mode

The STM32Cube H7 package which providing DFSDM example,Only refer a applicableation About Audio

Can the ST official provide the DFSDM injection mode test example?

Thanks

This topic has been closed for replies.

2 replies

ST Technical Moderator
March 10, 2023

Hello @GWenJ.1​ ,

There is no DFSDM Inject Mode application available for STM32H7 series.

I advise you start your project from STM32CubeMX where you configure the DFSM peripheral and generate the initialization code. 

Thank you for your contribution.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
GWenJ.1
GWenJ.1Author
Associate II
March 13, 2023

Thanks for your answer @Imen DAHMEN​ 

I use STM32 CUBEMX Version6.7.0 and STM32Cube MCU Package for STM32H7 1.11.0 to initialize the injection mode code, turn on the injection interrupt, and use TIM8 to trigger the injection mode. There is a bug that I cannot enter the injection interrupt callback

Currently there is no code for DFSDM injection interruption verification. I hope that ST officials can test DFSDM related functions earlier.

GWenJ