Exit from STOP mode
Hi everyone,I'm slightly confused here.I'm putting my micro into stop mode, but I can't seem to wake it up using an interrupt.Here's how I'm setting it:__HAL_RCC_GPIOA_CLK_ENABLE(); GPIO_InitTypeDef GPIO_InitStruct; GPIO_InitStruct.Pin = GPIO_PIN_4...