internal temperature tamper not triggering
hii am using stm32u585 controller for my project . here i enabled the internal tamper detection using the below code /* USER CODE BEGIN TAMP_Init 2 */ sAllTamper_inter.IntTamper = RTC_INT_TAMPER_1|RTC_INT_TAMPER_2|RTC_INT_TAMPER_3|RTC_INT_TAMPER_9;...