Triggering the DAC DMA with HRTIM
Hello,
I am trying to trigger the DAC1 DMA off of the HRTIM Master channel using the hrtim_dac_trg signals on an STM32G474, but I am not getting any output on my DAC pin. The timer does seem to be running (I can see MCNTR incrementing in the debugger), and can verify I've got MCR.DACSYNC = 0x01. I also have CR.TSEL1 on DAC1 set to dac_chx_trg15 (0x0F). I have also tried enabling TIM6 w/ TRGO, and changing nothing aside from changing TSEL1 to dac_chx_trg7 I was able to see the waveform on my DAC output, which leads me to believe I am missing something in my HRTIM configuration which is causing hrtim_dac_trig to not trigger. I've attached screengrabs of the MX configuration & the HRTIM master and common register values as seen at runtime in the debugger. If there's any other relevant info I can provide let me know.
Any input would be very welcome, thanks!


