Putting ADC data via DMA to upper 16 bit of 32 bit variable.
HiI sample analog data with the STM32F401CE ADC. 12 bit resolution. This data is stored via DMA in an array.If I use a 16 bit array, everythin works fine.I now want to shift the whole data 16 bit to the left. Therefore I switched to a 32 bit data arr...