Shutdown Mode Enter and Exit in stm32u083rc using WAKEUP PIN
I am not able to enter into the shutdown mode, i am using the below code int main(void) { HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); MX_RTC_Init(); MX_USART2_UART_Init(); __HAL_RCC_PWR_CLK_ENABLE(); HAL_PWR_EnableWakeUpPin(PWR_...