Associate II
September 13, 2022
Solved
STM32H723ZG ADC with DMA
- September 13, 2022
- 4 replies
- 9188 views
Hello everyone,
I am using an STM32H723ZG MCU and wanted to use ADC scan conversion with DMA. I could implement what I wanted there is just one thing I do not fully understand related to it.
I am using ADC3 whose maximal resolution is 12 bit. Based on the reference manual of the MCU, the data of the ADC conversion is stored in a 16 bit register.
When I configure the DMA, I have to choose Word as the data width. Word means 32 bit here.
My question is: Why? Why do I have to set the data width of the DMA 32 bit if the result of the ADC conversion is stored in a 16 bit register?
Thanks in advance,
GVG