Secure TAMPER on STM32H5
Hi,
I am working on a secure TAMPER application running on STM32H5731I-DK. Tamper module init and config is properly executed for active tamper detection with interruption. The TAMP_MISR register is set as expected once the tamper attempt is discovered, however the TAMP_SMISR is never set. Given that the TAMP_SMISR is used by the TAMP IRQ handler to determine the IRQ origin, the event is never handled correctly.
The application is running in a secure context.
Is there any reason/explanation why TAMP_SMISR would not be set ?
Is there any specific register meant to be set ?
Thanks
