How to use STM32L0xx 's Comparator in Stop mode?
I want to use Comparator, for comparing external voltage with Vref in stop mode
so that if external voltage is more than Vref, wake up from stop mode and do something.
I read example code about Comparator, LPTIMER ... but they are not exact solution about my project
so Can you give some idea or example about Using Comparator in stop mode ?