|
通過(guò)以下編程:
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) */
發(fā)現進(jìn)入了省電模式,但不能通過(guò)WKUP的上升脈沖喚醒,網(wǎng)上也看到有人提相同的問(wèn)題,哪位有解決的經(jīng)歷,請指教,謝謝! |
|