2022-03-15 05:40 AM
Hi all,
I am using MPU ref. STM32MP153F, do you say me what is the time that elapsed between a tamper is detected and the backup resister are finishing erased?
And the backup SRAM?
Thank you in advance
Solved! Go to Solution.
2022-03-15 06:02 AM
Hi @Community member ,
Reference Manual answer to your questions.
Erase event is generated with the following latency:
Note that active tamper has obviously additional latency as clocked transitions.
Backup registers are erased immediately on erase event (let's says few ten of ns).
The backup RAM is not mass erased by an tamper event, instead it is read protected to prevent confidential data, from being accessed.
To regain access to the backup RAM after a tamper event, it needs to be first erased. (e.g. SW must write zero on the whole memory).
RAM.
Regards,
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'
2022-03-15 06:02 AM
Hi @Community member ,
Reference Manual answer to your questions.
Erase event is generated with the following latency:
Note that active tamper has obviously additional latency as clocked transitions.
Backup registers are erased immediately on erase event (let's says few ten of ns).
The backup RAM is not mass erased by an tamper event, instead it is read protected to prevent confidential data, from being accessed.
To regain access to the backup RAM after a tamper event, it needs to be first erased. (e.g. SW must write zero on the whole memory).
RAM.
Regards,
In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'