User Activity

Posted on July 09, 2018 at 12:32 STM32Cube V1.0 / Version 4.0 It does this: LL_ADC_REG_SetSequencerRanks(ADC1, 1, LL_ADC_CHANNEL_TEMPSENSOR); Should be : LL_ADC_REG_SetSequencerRanks(ADC1, LL_ADC_REG_RANK_1, LL_ADC_CHANNEL_TEM...