Resolved! Difference for stop modes
Hello ,I have used the below to go into stop mode: HAL_PWR_EnterSTOPMode( PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI ); /* CPU will be halted here until a wakeup event occurs */ in the above function, what is the difference PWR_SLEEPENTRY_WFI & P...