STM32U585 need help with getting ADC -> DMA working in trivial case.
This is what I am doing and want to accomplish: I am using ADC4 to convert internal temperature sensor in 1 second intervals, and move the converted value from ADC_DR register to a fixed address in RAM (no increment). At the end, I want to be able...