How to configure ADC after wake up from STOP (low power mode)
I am using LPTIM for periodic ADC reading (every ~250ms) and periodic IWDG refresh. CPU should go to Stop mode when the ADC value is under certain value. If the ADC value is over certain value then CPU should reset end continue in Run mode. ADC is cl...