Question
COMP2 and EXTI does not seem to work using HAL (STM32L452)
Using COMP2 with internal voltage reference
When using COMP with interrupt as soon as I call HAL_COMP_START(&hcomp2); and interrupt is triggered even if COMP input GPIO is grounded.
If i let the code run a trigger is never regenerated afterwards. I have a feeling something is wrong with HAL_COMP_Init or HAL_COMP_Start
