Hi, I am using the STM32U575.In my application, I have to transfer ADC readings to a destination buffer. I have set the DMA source address to the ADC data register (16-bit), and the destination address to a memory buffer start address. The data width...