UM2319 Documentation Error UM2319 Rev 2 page 95/2202
I decided to try to use the __HAL_ADC_ENABLE_IT() macro. UM2319 page 95/2202 Rev 2It says the first argument is the ADC handle. ADC_HandleTypeDef hadc1; is the handle. This macro wants the ADC handle pointer which is &hadc1 not hadc1. Looks like the...