Hi everyone,I'm using an STM32G431KBT6 MCU (STM32G4 Series) and I'm trying to generate a sine wave of 1 kHz using DAC and DMA . I've initialized the DMA as a half word, but it's not creating a sine wave. When I switch to word, it works perfectly. ...