cancel
Showing results for 
Search instead for 
Did you mean: 

Avoid Interrupt after HAL_COMP_Start(&hcomp1)

dhs
Senior

I set a breakpoint inside the function:

void HAL_COMP_TriggerCallback(COMP_HandleTypeDef *hcomp)

I got an interrupt event just after calling the function:

HAL_COMP_Start(&hcomp1);

I tried to pull-down/pull-up, I tried with all triggers modes but I ever get one false interrupt, how can I avoid it?

0 REPLIES 0