Skip to main content
Explorer II
August 7, 2025
Question

DFSDM Trigger enabled in CubeMX, but register not set

  • August 7, 2025
  • 1 reply
  • 184 views

I am trying to set up DFSDM on an stm32h753zi using the AMC1306 delta sigma modulator. I have enabled TIM8 as a trigger:

mo_krauti_0-1754568720556.png

But in the registers I see, that JEXTEN is not set to external rising edge (0x1). Instead it is set as disabled (0x0).

mo_krauti_1-1754568916689.png

After the CubeMX generated initialization I added:

HAL_DFSDM_FilterInjectedStart_DMA(...);

Do you have any ideas what might be causing this?

    This topic has been closed for replies.

    1 reply

    mo_krautiAuthor
    Explorer II
    August 8, 2025

    Seems like the 

    HAL_DFSDM_FilterInjectedStart_DMA(...);

    call fails, I need to investigate further.