2025-08-07 5:17 AM - edited 2025-08-07 5:49 AM
I am trying to set up DFSDM on an stm32h753zi using the AMC1306 delta sigma modulator. I have enabled TIM8 as a trigger:
But in the registers I see, that JEXTEN is not set to external rising edge (0x1). Instead it is set as disabled (0x0).
After the CubeMX generated initialization I added:
HAL_DFSDM_FilterInjectedStart_DMA(...);
Do you have any ideas what might be causing this?
2025-08-08 2:08 AM
Seems like the
HAL_DFSDM_FilterInjectedStart_DMA(...);
call fails, I need to investigate further.