Resolved! Why is ADC result 8 bits when DMA is used, but the full 12-bits without DMA ?
Why would an ADC sample in 8-bit mode when DMA is used, but when used without DMA the full 12-bit conversion is retrieved?STM32F411 I am trying to set up an example project for ADC with DMA using HAL library.I am sampling a slow ramp function from 0-...