Resolved! STM32L4R9 strange behavior when awaking from shutdownMode
Hello,I enter the shutdown mode with the following code statementHAL_PWR_EnableWakeUpPin( PWR_WAKEUP_PIN1_LOW ); HAL_PWR_DisableWakeUpPin( PWR_WAKEUP_PIN2 ); HAL_PWR_DisableWakeUpPin( PWR_WAKEUP_PIN3 ); HAL_PWR_DisableWakeUpPin( PWR_WAKEUP_PIN4 ); HA...