STM32F103 won't wake-up from standby mode using RTC alarm.
MCU wakes-up from standby mode by external signal on the wake-up pin (PA0). Also, the RTC alarm does produce an interrupt when NOT in standby mode (callback function does send some characters to UART). BUT, if the MCU is in standby it cannot wake-up ...