Disabling COMP interrupt results in high current consumption
In order to mute the COMP for some time, I deactivated the interrupt with HAL_NVIC_DisableInterrupt(COMP_IRQn) and re-activated after a certain time respectively.In between I am in STOP2, some uA normal consumption.Now, while the interrupt is disable...