STM32L432 and STM32H745 DAC in DMA mode has shifted data output
Hi, I have a problem with DAC output, same problem with STM32L4 and STM32H7. I have to continuously output a step wave (3 levels), for this purpose I use a Timer and DMA in circular mode to output an array of 3 values.The code is very simple, I use a...