stm32U073 tamper 4 push button will hardfault
hi ,
i enable tamper4 and RTC in stm32mx and only enable bit RTC_CR_TAMPTS, TSE=0
no other code add into rtc.c or tamper.c

Using debug mode to clear TSF and CTAMP4F.
when push button will happen hard fault.
Only two code in main while loop "led" and "hal_delay", if i remove HAL_Delay , will not happen .
someone can help me?

HAL_Delay(1000);
HAL_GPIO_TogglePin(GPIOA,GPIO_PIN_11);
