DMA DAC Stream works on STM32L476RG but not G431RB
So, I've got a super basic test program which is example page 289 from Dogan Ibrahim's "Nucleo Boards Programming with STM32 Cube IDE" which outputs a wavetable of 21 entries to the onboard DAC using TIM2 and DMA with cirular buffer. It works perfectly fine on a Nucleo-L431RG (outputs a stairstep wave thing as it should), but I get nothing out of the DAC with a Nucleo-G431RB. Any ideas why this would be the case?? DAC without DMA works perfectly fine on the G431RB board, just not DMA.
This is the only thing in the original example (which works fine on L431RG) that kicks off the DMA transfer (below).
I know the code is good, and I know the MX config is correct between the 2. There must be something different about the DACs on the G series vs L that makes this not work...but what??
