Has the error in the function LL_ADC_SetChannelSingleDiff() been fixed?
The function LL_ADC_SetChannelSingleDiff() in stm32l4xx_ll_adc.h relies onshifting a 32 bit value 32 postions in order to clear a bit field.Shifting a word with >= the word size is undefined in the C standard and this generates erronous code when com...