User Activity

Posted on January 20, 2016 at 21:52While trying to use GPIO inputs as inputs for the ADC, I discovered that the ADC control mode was not programmed correctly in the function HAL_GPIO_Init. I replaced:         temp &= ~(GPIO_ASCR_ASC0 << position) ; ...