STOP Mode, RTC wakeup timer isr, gpio isr and priority
Hello everyone,I run the mcu in stop mode with this function below void set_stop_mode(void) { HAL_SuspendTick(); HAL_PWR_EnableSleepOnExit(); HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI); }System works in two interrupt below...