Hey guys,I've encountered a strange problem using stm32f105 Stop Mode. Simply put:if PWR_EnterSTOPMode is called in the whie(1) main loop, then everything goes very well, both EXTI and RTC alarm can wake up MCU from Stop Mode.However, if PWR_EnterSTO...