User Activity

Hi,I am using STM32L073RZT6 board, i am use the wakeup pin PA0 and PC13 together on the standby mode but in the standby mode, PA0 wakeup pin is not working. I am enable both the pin before go to standby mode. The power Control Status Register arePA0 ...
Hi Everyone,I am using stm32l073rz board, used both wakeup pin PWR_CSR_EWUP1 (PA0) and PWR_CSR_EWUP2 (PC13) for generating an interrupt to wakeup from standby mode, and I am enable both pin PWR->CSR |= (PWR_CSR_EWUP1 | PWR_CSR_EWUP2); before go to st...