Selecting RTC Internal wakeup line
Hi everyone!
I have an u585 related question:
Can I configure RTC internal wakeup line other than PWR_WAKEUP_PIN7_HIGH_3 ?
In all u5xx examples used this line, but We have an external wakeup source on PB.15.
I can't change it in CubeMX and I can't find any reference to change the RTC wakeup line, and if I use PWR_WAKEUP_PIN_HIGH_3, the RTC isn't weak up the CPU anymore.
On the stm32u5xx_hal_pwr.h defined more than one pin as RTC wakeup:
Another question:
We are using standby mode, but sometimes the processor does not go into standby, but into unknown stop mode.
We noticed this by not doing a reset after wakeup.
Is there any condition to make the CPU go to stop mode instead of standby mode even though HAL_PWR_EnterSTANDBYMode() is called?
Thank you!
