LL Code generated by the CubeMX:ADC_InitStruct.Resolution = LL_ADC_RESOLUTION_12B;
ADC_InitStruct.LowPowerMode = LL_ADC_LP_MODE_NONE;
LL_ADC_Init(ADC3, &ADC_InitStruct);The define "LL_ADC_RESOLUTION_12B" should be value "0" (as per ADC3 datasheet).Ho...