Question
Can DAC conversion of two separate channels be synchronised on the STM32G474 series?
I'm working on a project to generate composite video from an STM32 using the high speed DACs.
This requires 3 DAC channels for red, green, blue fed by DMA.
Of course the red/green DMA conflicts with the blue, hence the blue output is delayed about 30ns. This would give a blue shift in the picture.
Can I separate the loading from the conversion to sync the separate DACs up?
i.e. DAC drives pre-loading data via DMA, but a separate signal drives the copying from holding register?
