User Activity

I would like to use the WKUP 6 (RTC_WUT_S) to wake up from Standby mode. I am already using WKUP 7 with a pin so I need the RTC to be in safe mode.What would be the best way?
After entering in Stop mode 2, it wakes up by RTC or EXTI2 using those functions:   __HAL_RCC_RTCAPB_CLKAM_ENABLE(); HAL_SuspendTick(); HAL_PWREx_EnterSTOP2Mode(PWR_STOPENTRY_WFI); SystemClock_Config(); HAL_ResumeTick();   When I load the program w...
Kudos given to