I found that the ADC sample is wrong when I use LL library, and it is correct when using HAL library.By comparing the registers, I found the code generated for LL library missing a sentence; LL_ADC_SetChannelPreSelection(ADC1, LL_ADC_CHANNEL_19); A...