|
通過以下編程:
RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR,ENABLE);
PWR_WakeUpPinCmd(ENABLE); /* Enable WKUP pin */
PWR_EnterSTANDBYMode(); /* Request to enter STANDBY mode (Wake Up flag is cleared in PWR_EnterSTANDBYMode function) */
發現進入了省電模式,但不能通過WKUP的上升脈沖喚醒,網上也看到有人提相同的問題,哪位有解決的經歷,請指教,謝謝! |
|