42. Tamper and backup registers (TAMP)

42.1 Introduction

32 32-bit backup registers are retained in all low-power modes and also in \( V_{BAT} \) mode. They can be used to store sensitive data as their content is protected by an tamper detection circuit. 8 tamper pins and 5 internal tampers are available for anti-tamper detection. The external tamper pins can be configured for edge detection, or level detection with or without filtering, or active tamper which increases the security level by auto checking that the tamper pins are not externally opened or shorted.

42.2 TAMP main features

42.3 TAMP functional description

42.3.1 TAMP block diagram

Figure 399. TAMP block diagram

Detailed block diagram of the TAMP (Tamper and backup registers) system. The diagram is divided into two main clock domains: 'tamp_ker_ck clock domain' (top) and 'tamp_pclk clock domain' (bottom). In the top domain, internal tamper detection (ITAMP1, ITAMP8, ITAMPy) and external tamper inputs (TAMP_IN1, TAMP_IN2, TAMP_INx) are processed through tamper detection blocks (EDGE, LEVEL, COMPARATOR). These blocks generate flags (ITAMP1F, ITAMP8F, ITAMPyF, TAMP1F, TAMP2F, TAMPxF) which are ANDed with NOER signals to produce BKERASE. External outputs (TAMP_OUT1, TAMP_OUT2, TAMP_OUTx) are generated from these flags. In the bottom domain, a PRNG, IRQ interface, Registers interface, Backup registers, and a Monotonic counter are shown. The Monotonic counter provides an overflow signal. External pins include tamp_it, tamp_tzen, tamp_pclk, tamp_ker_ck, tamp_evt, and tamp_erase. A note indicates that the number of external and internal tampers depends on products.
Detailed block diagram of the TAMP (Tamper and backup registers) system. The diagram is divided into two main clock domains: 'tamp_ker_ck clock domain' (top) and 'tamp_pclk clock domain' (bottom). In the top domain, internal tamper detection (ITAMP1, ITAMP8, ITAMPy) and external tamper inputs (TAMP_IN1, TAMP_IN2, TAMP_INx) are processed through tamper detection blocks (EDGE, LEVEL, COMPARATOR). These blocks generate flags (ITAMP1F, ITAMP8F, ITAMPyF, TAMP1F, TAMP2F, TAMPxF) which are ANDed with NOER signals to produce BKERASE. External outputs (TAMP_OUT1, TAMP_OUT2, TAMP_OUTx) are generated from these flags. In the bottom domain, a PRNG, IRQ interface, Registers interface, Backup registers, and a Monotonic counter are shown. The Monotonic counter provides an overflow signal. External pins include tamp_it, tamp_tzen, tamp_pclk, tamp_ker_ck, tamp_evt, and tamp_erase. A note indicates that the number of external and internal tampers depends on products.

1. The number of external and internal tampers depends on products.

42.3.2 TAMP pins and internal signals

Table 318. TAMP input/output pins

Pin nameSignal typeDescription
TAMP_INx (x = pin index)InputTamper input pin
TAMP_OUTx (x = pin index)OutputTamper output pin

Table 319. TAMP internal input/output signals

Internal signal nameSignal typeDescription
tamp_ker_ckInputTAMP kernel clock, connected to rtc_ker_ck and also named RTCCLK in this document
tamp_pclkInputTAMP APB clock, connected to rtc_pclk
tamp_itamp[y]
(y = signal index)
InputsInternal tamper event sources
tamp_tzenInputTAMP TrustZone enabled
tamp_evtOutputTamper event detection (internal or external)
The tamp_evt is used to generate a RTC timestamp event
tamp_eraseOutputDevice secrets erase request following either tamper event detection (internal or external) or the software erase request done by writing BKERASE to 1
tamp_itOutputTAMP interrupt (refer to Section 42.5: TAMP interrupts for details)
tamp_trg[x]
(x = signal index)
OutputTamper detection trigger

The TAMP kernel clock is usually the LSE at 32.768 kHz although it is possible to select other clock sources in the RCC (refer to RCC for more details). Some detections modes are not available in some low-power modes or \( V_{BAT} \) when the selected clock is not LSE (refer to Section 42.4: TAMP low-power modes for more details).

Table 320. TAMP interconnection

Signal nameSource/Destination
tamp_tzenFrom FLASH option bytes: TZEN
tamp_evtrtc_tamp_evt used to generate a timestamp event
tamp_eraseThe tamp_erase signal is used to erase the device secrets listed hereafter: backup registers, SRAM2, ICACHE, PKA SRAM and cryptographic peripherals
tamp_itamp1\( V_{DD} \) upper voltage threshold monitoring
tamp_itamp2Temperature monitoring
tamp_itamp3LSE monitoring

Table 320. TAMP interconnection (continued)

Signal nameSource/Destination
tamp_itamp5RTC calendar overflow (rtc_calovf)
tamp_itamp8 (1)Monotonic counter overflow

1. This signal is generated in the TAMP peripheral.

The TZEN option bit is used to activate TrustZone in the device.

TZEN = 1: TrustZone activated.

TZEN = 0: TrustZone disabled.

When TrustZone is disabled, the APB access to the TAMP registers are non-secure.

42.3.3 TAMP register write protection

After system reset, the TAMP registers (including backup registers) are protected against parasitic write access by the DBP bit in the power control peripheral (refer to the PWR power control section). DBP bit must be set in order to enable TAMP registers write access.

42.3.4 TAMP secure protection modes

By default after a backup domain power-on reset, all TAMP registers can be read or written in both secure and non-secure modes, except for the TAMP secure mode control register (TAMP_SMCR) which can be written in secure mode only when TZEN = 1. The TAMP protection configuration is not affected by a system reset.

When the TAMPDPROT bit is cleared in the TAMP_SMCR register:

The backup registers protection is configured thanks to BKPRWDPROT[7:0] and BKPWDPROT[7:0] (refer to Figure 400 below):

Figure 400. Backup registers secure protections

Protection Zone 3Read non-secure
Write non-secure
TAMP_BKPI (1) R
Read non-secure
Write secure
TAMP_BKPtR (t = BKPWDPROT)
TAMP_BKPzR (z = BKPWDPROT-1)
Read secure
Write secure
TAMP_BKPyR (y = BKPRWDPROT)
TAMP_BKPxR (x = BKPRWDPROT-1)
Protection Zone 2TAMP_BKP0R
Protection Zone 1

MSv43845V1

1. l= last backup register index

In case TZEN =1, the bits BKPWPRIV and BKPRWPRIV in the TAMP_PRIVCR can be written only in secure mode.

A non-secure access to a secure-protected register is denied:

As soon as at least one function is configured to be secured, the TAMP reset and clock control is also secured in the RCC.

42.3.5 TAMP privilege protection modes

By default after a backup domain power-on reset, all TAMP registers can be read or written in both privileged and non-privileged modes, except for the TAMP privilege mode control register (TAMP_PRIVCR) which can be written in privilege mode only. The TAMP protection configuration is not affected by a system reset.

When the TAMPPRIV bit is set in the TAMP_PRIVCR register:

The backup registers protection is configured thanks to BKPRWDPROT[7:0] and BKPRWPRIV for the protection zone 1, and thanks to BKPRWDPROT[7:0], BKPWDPROT[7:0] and BKPRWPRIV for the protection zone 2 (refer to Figure 400 ). In case TZEN = 0, BKPRWDPROT[7:0] and BKPWDPROT[7:0] in TAMP_SMCR register can be read and written with non-secure access.

A non-privileged access to a privileged-protected register is denied:

42.3.6 Tamper detection

The tamper detection can be configured for the following purposes:

TAMP backup registers

The backup registers (TAMP_BKPxR) are not reset by system reset or when the device wakes up from Standby mode.

The backup registers are reset when a tamper detection event occurs except if the TAMPxNOER bit is set, or if the TAMPxMSK is set in the TAMP_CR2 register, or if the ITAMPxNOER bit is set in the TAMP_CR3 register.

The backup registers and the device secrets erased by tamp_erase signal (refer to Table 320: TAMP interconnection ) can be reset by software by setting the BKERASE bit in the TAMP_CR2 register.

Note: The backup registers are also erased when the readout protection of the flash is changed from level 1 to level 0.

Tamper detection initialization

Each input can be enabled by setting the corresponding TAMPxE bits to 1 in the TAMP_CR register.

Each TAMP_INx tamper detection input is associated with a flag TAMPxF in the TAMP_SR register.

When TAMPxMSK is cleared:

The TAMPxF flag is asserted after the tamper event on the pin, with the latency provided below:

A new tamper occurring on the same pin during this period and as long as TAMPxF is set cannot be detected.

When TAMPxMSK is set:

A new tamper occurring on the same pin cannot be detected during the latency described above and 2.5 ck_rtc additional cycles.

By setting the TAMPxIE bit in the TAMP_IER register, an interrupt is generated when a tamper detection event occurs (when TAMPxF is set). Setting TAMPxIE is not allowed when the corresponding TAMPxMSK is set.

Trigger output generation on tamper event

The tamper event detection can be used as trigger input by the low-power timers.

When TAMPxMSK bit is cleared in TAMP_CR register, the TAMPxF flag must be cleared by software in order to allow a new tamper detection on the same pin.

When TAMPxMSK bit is set, the TAMPxF flag is masked, and kept cleared in TAMP_SR register. This configuration allows the low-power timers in Stop mode to be triggered automatically, without requiring the system wake-up to perform the TAMPxF clearing. In this case, the backup registers are not cleared.

This feature is available only when the tamper is configured in the Level detection with filtering on tamper inputs (passive mode) mode.

Timestamp on tamper event

With TAMPTS set to 1 in the RTC_CR, any tamper event causes a timestamp to occur. In this case, either the TSF bit or the TSOVF bit is set in RTC_SR, in the same manner as if a

normal timestamp event occurs. The affected tamper flag register TAMPxF is set in the TAMP_SR at the same time that TSF or TSOVF is set in the RTC_SR.

Edge detection on tamper inputs (passive mode)

If the TAMPFLT bits are 00, the TAMP_INx pins generate tamper detection events when either a rising edge/high level or a falling edge/low level is observed depending on the corresponding TAMPxTRG bit. The internal pull-up resistors on the TAMP_INx inputs are deactivated when edge detection is selected.

Caution: When using the edge detection, it is recommended to check by software the tamper pin level just after enabling the tamper detection (by reading the GPIO registers), and before writing sensitive values in the backup registers, to ensure that an active edge did not occur before enabling the tamper event detection. When TAMPFLT = 00 and TAMPxTRG = 0 (rising edge detection), a tamper event may be detected by hardware if the tamper input is already at high level before enabling the tamper detection.

After a tamper event has been detected and cleared, the TAMP_INx should be disabled and then re-enabled (TAMPxE set to 1) before re-programming the backup registers (TAMP_BKPxR). This prevents the application from writing to the backup registers while the TAMP_INx input value still indicates a tamper detection. This is equivalent to a level detection on the TAMP_INx input.

Note: Tamper detection is still active when \( V_{DD} \) power is switched off. To avoid unwanted resetting of the backup registers, the pin to which the TAMPx is mapped should be externally tied to the correct level.

Level detection with filtering on tamper inputs (passive mode)

Level detection with filtering is performed by setting TAMPFLT to a non-zero value. A tamper detection event is generated when either 2, 4, or 8 (depending on TAMPFLT) consecutive samples are observed at the level designated by the TAMPxTRG bits.

The TAMP_INx inputs are precharged through the I/O internal pull-up resistance before its state is sampled, unless disabled by setting TAMPPUDIS to 1. The duration of the precharge is determined by the TAMPPRCH bits, allowing for larger capacitances on the TAMP_INx inputs.

The trade-off between tamper detection latency and power consumption through the pull-up can be optimized by using TAMPFREQ to determine the frequency of the sampling for level detection.

Note: Refer to the microcontroller datasheet for the electrical characteristics of the pull-up resistors.

Active tamper detection

When the TAMPxAM bit is set in the TAMP_ATCR, the tamper events are configured in active mode, which is based on a comparison between a TAMP_OUTy pin and a TAMP_INx pin. By default (ATOSHARE = 0) the comparison is made between TAMP_INx and TAMP_OUTx (y = x). When ATOSHARE bit is set, the same output can be used for several tamper inputs. Refer to ATOSHARE and ATOSEL bits descriptions in the TAMP_ATCR register.

Every two CK_ATPER cycles ( \( CK\_ATPER = 2^{ATPER} \times CK\_ATPRE = 2^{ATPER} \times 2^{ATCKSEL} \times RTCCLK \) ), TAMP_OUTy output pin provides a value provided by a pseudo random number

generator (PRNG). After outputting this value, the TAMP_OUTy pin outputs its opposite value one CK_ATPER cycle after.

PRNG is consumed by the selected tamper outputs at a different frequency depending on the number of selected tamper outputs. The number of selected outputs depends on TAMPxAM, TAMPxE, ATOSEL and ATOSHARE.

The PRNG needs minimum 9 CK_ATPRE cycles to output a new value. Consequently the minimum ATPER values for correct functionality are provided in the table below:

Table 321. Minimum ATPER value

Number of selected outputsMinimum ATPER
10
21
3 or 42
5 or more3

The TAMP_INx pin is externally connected to TAMP_OUTy pin. The comparison is made between TAMP_OUTy output value and TAMP_INx received value, taking into account feedback delay. In case a comparison mismatch occurs, the TAMPxF bit is set in the TAMP_SR register.

As an example, TAMP_OUT1 can be used for comparison with TAMP_IN1 and TAMP_IN2 by configuring and enabling both TAMP1 and TAMP2 in active mode, with ATOSHARE = 1, ATOSEL1 = 00 and ATOSEL2 = 00.

The active tamper can be combined with input filtering when FLTEN = 1. In this case, the tamper is detected only when 2 comparisons are false, in 4 consecutive comparison samples.

The pseudo-random generator must be initialized with a seed. This is done by writing consecutively four 32-bit random values in the TAMP_ATSEEDR register. Programming the seed automatically sends it to the PRNG. As long as the new seed is transferred and elaborated by the PRNG, the SEEDF bit is set in the TAMP_ATOR and it is not allowed to switch off the TAMP APB clock. The duration of the elaboration is up to 184 APB clock cycles after the forth seed is written. Consequently, after writing a new seed, the user must wait until SEEDF is cleared before entering low-power modes.

The active tamper outputs are activated only after the first seed is written and the elaboration is completed. Then new seeds can be written and elaborated during active tamper activity.

Active tamper initialization

Here is the software procedure to initialize the active tampers after system reset:

Read INITS in TAMP_ATOR register.

42.4 TAMP low-power modes

Table 322. Effect of low-power modes on TAMP

ModeDescription
SleepNo effect.
TAMP interrupts cause the device to exit the Sleep mode.
StopNo effect on all features, except for level detection with filtering and active tamper modes which remain active only when the clock source is LSE or LSI.
Tamper events cause the device to exit the Stop mode.
StandbyNo effect on all features, except for level detection with filtering and active tamper modes which remain active only when the clock source is LSE or LSI. Tamper events cause the device to exit the Standby mode.
ShutdownNo effect on all features, except for level detection with filtering and active tamper modes which remain active only when the clock source is LSE. Tamper events cause the device to exit the Shutdown mode.

Table 323. TAMP pins functionality over modes

Pin nameFunctional in all low-power modesFunctional in V BAT mode
TAMP_IN[8:1]Yesonly TAMP_IN1,2,3
TAMP_OUT[8:1]Yesonly TAMP_OUT2

42.5 TAMP interrupts

The interrupt channel is set in the interrupt status register or in the secure interrupt status register depending on its secure mode (TAMPDPROT) configuration. The interrupt output or the secure interrupt output is also activated.

Table 324. Non-secure interrupt requests

Interrupt acronymInterrupt eventEvent flag (1)Enable control bit (2)Interrupt clear methodExit from Sleep modeExit from Stop and Standby modesExit from Shutdown mode
TAMPTamper x (3)TAMPxFTAMPxIE and TAMPDPROT=1Write 1 in CTAMPxFYesYes (4)Yes (5)
Internal tamper y (3)ITAMPyFTAMPyIE and TAMPDPROT=1Write 1 in CITAMPxFYesYes (4)Yes (5)
  1. 1. The event flags are in the TAMP_SR register.
  2. 2. The interrupt masked flags (resulting from event flags AND enable control bits) are in the TAMP_MISR register.
  3. 3. The number of tampers and internal tampers events depend on products.
  4. 4. In case of level detection with filtering passive tamper mode, or in case of active tamper mode, wakeup from Stop and Standby modes is possible only when the TAMP clock source is LSE or LSI.
  5. 5. In case of level detection with filtering passive tamper mode, or in case of active tamper mode, wakeup from Shutdown modes is possible only when the TAMP clock source is LSE.

Table 325. Secure interrupt requests

Interrupt acronymInterrupt eventEvent flag (1)Enable control bit (2)Interrupt clear methodExit from Sleep modeExit from Stop and Standby modesExit from Shutdown mode
TAMP_STamper x (3)TAMPxFTAMPxIE and TAMPDPROT=0Write 1 in CTAMPxFYesYes (4)Yes (5)
Internal tamper y (3)ITAMPyFTAMPyIE and TAMPDPROT=0Write 1 in CITAMPxFYesYes (4)Yes (5)
  1. 1. The event flags are in the TAMP_SR register.
  2. 2. The interrupt masked flags (resulting from event flags AND enable control bits) are in the TAMP_SMISR register.
  3. 3. The number of tampers and internal tampers events depend on products.
  4. 4. In case of level detection with filtering passive tamper mode, or in case of active tamper mode, wakeup from Stop and Standby modes is possible only when the TAMP clock source is LSE or LSI.
  5. 5. In case of level detection with filtering passive tamper mode, or in case of active tamper mode, wakeup from Shutdown modes is possible only when the TAMP clock source is LSE.

42.6 TAMP registers

Refer to Section 1.2 on page 77 of the reference manual for a list of abbreviations used in register descriptions. The peripheral registers can be accessed by words (32-bit).

42.6.1 TAMP control register 1 (TAMP_CR1)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP

secure protection modes.

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x00

Backup domain reset value: 0xFFFF 0000

System reset: not affected

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.ITAMP8
E
Res.Res.ITAMP5
E
Res.ITAMP3
E
ITAMP2
E
ITAMP1
E
rwrwrwrwrw
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.TAMP8
E
TAMP7
E
TAMP6
E
TAMP5
E
TAMP4
E
TAMP3
E
TAMP2
E
TAMP1
E
rwrwrwrwrwrwrwrw

Bits 31:24 Reserved, must be kept at reset value.

Bit 23 ITAMP8E : Internal tamper 8 enable

0: Internal tamper 8 disabled.

1: Internal tamper 8 enabled.

Bit 22 Reserved, must be kept at reset value.

Bit 21 Reserved, must be kept at reset value.

Bit 20 ITAMP5E : Internal tamper 5 enable

0: Internal tamper 5 disabled.

1: Internal tamper 5 enabled.

Bit 19 Reserved, must be kept at reset value.

Bit 18 ITAMP3E : Internal tamper 3 enable

0: Internal tamper 3 disabled.

1: Internal tamper 3 enabled.

Bit 17 ITAMP2E : Internal tamper 2 enable

0: Internal tamper 2 disabled.

1: Internal tamper 2 enabled.

Bit 16 ITAMP1E : Internal tamper 1 enable

0: Internal tamper 1 disabled.

1: Internal tamper 1 enabled.

Bits 15:8 Reserved, must be kept at reset value.

Bit 7 TAMP8E : Tamper detection on TAMP_IN8 enable (1)

0: Tamper detection on TAMP_IN8 is disabled.

1: Tamper detection on TAMP_IN8 is enabled.

Bit 6 TAMP7E : Tamper detection on TAMP_IN7 enable (1)

0: Tamper detection on TAMP_IN7 is disabled.

1: Tamper detection on TAMP_IN7 is enabled.

1. Tamper detection mode (selected with TAMP_FLTCR, TAMP_ATCR1, TAMP_ATCR2 registers and TAMPxTRG bits in TAMP_CR2), must be configured before enabling the tamper detection.

42.6.2 TAMP control register 2 (TAMP_CR2)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x04

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
TAMP8
TRG
TAMP7
TRG
TAMP6
TRG
TAMP5
TRG
TAMP4
TRG
TAMP3
TRG
TAMP2
TRG
TAMP1
TRG
BK
ERASE
Res.Res.Res.Res.TAMP3
MSK
TAMP2
MSK
TAMP1
MSK
rwrwrwrwrwrwrwrwwrwrwrw
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.TAMP8
NOER
TAMP7
NOER
TAMP6
NOER
TAMP5
NOER
TAMP4
NOER
TAMP3
NOER
TAMP2
NOER
TAMP1
NOER
rwrwrwrwrwrwrwrw

Bit 31 TAMP8TRG : Active level for tamper 8 input (active mode disabled)

Bit 30 TAMP7TRG : Active level for tamper 7 input (active mode disabled)

Bit 29 TAMP6TRG : Active level for tamper 6 input (active mode disabled)

Bit 28 TAMP5TRG : Active level for tamper 5 input (active mode disabled)

Bit 27 TAMP4TRG : Active level for tamper 4 input (active mode disabled)

Bit 26 TAMP3TRG : Active level for tamper 3 input

Bit 25 TAMP2TRG : Active level for tamper 2 input

Bit 24 TAMP1TRG : Active level for tamper 1 input

0: If TAMPFLT \( \neq \) 00 Tamper 1 input staying low triggers a tamper detection event.

If TAMPFLT = 00 Tamper 1 input rising edge and high level triggers a tamper detection event.

1: If TAMPFLT \( \neq \) 00 Tamper 1 input staying high triggers a tamper detection event.

If TAMPFLT = 00 Tamper 1 input falling edge and low level triggers a tamper detection event.

Bit 23 BKERASE : Backup registers (1) erase

Writing '1' to this bit reset the backup registers (1) . Writing 0 has no effect. This bit is always read as 0.

Bits 22:19 Reserved, must be kept at reset value.

Bit 18 TAMP3MSK : Tamper 3 mask

0: Tamper 3 event generates a trigger event and TAMP3F must be cleared by software to allow next tamper event detection.

1: Tamper 3 event generates a trigger event. TAMP3F is masked and internally cleared by hardware. The backup registers (1) are not erased.

The tamper 3 interrupt must not be enabled when TAMP3MSK is set.

Bit 17 TAMP2MSK : Tamper 2 mask

0: Tamper 2 event generates a trigger event and TAMP2F must be cleared by software to allow next tamper event detection.

1: Tamper 2 event generates a trigger event. TAMP2F is masked and internally cleared by hardware. The backup registers (1) are not erased.

The tamper 2 interrupt must not be enabled when TAMP2MSK is set.

Bit 16 TAMP1MSK : Tamper 1 mask

0: Tamper 1 event generates a trigger event and TAMP1F must be cleared by software to allow next tamper event detection.

1: Tamper 1 event generates a trigger event. TAMP1F is masked and internally cleared by hardware. The backup registers (1) are not erased.

The tamper 1 interrupt must not be enabled when TAMP1MSK is set.

Bits 15:8 Reserved, must be kept at reset value.

Bit 7 TAMP8NOER : Tamper 8 no erase

0: Tamper 8 event erases the backup registers.

1: Tamper 8 event does not erase the backup registers (1) .

Bit 6 TAMP7NOER : Tamper 7 no erase

0: Tamper 7 event erases the backup registers.

1: Tamper 7 event does not erase the backup registers (1) .

Bit 5 TAMP6NOER : Tamper 6 no erase

0: Tamper 6 event erases the backup registers.

1: Tamper 6 event does not erase the backup registers (1) .

Bit 4 TAMP5NOER : Tamper 5 no erase

0: Tamper 5 event erases the backup registers.

1: Tamper 5 event does not erase the backup registers (1) .

Bit 3 TAMP4NOER : Tamper 4 no erase

0: Tamper 4 event erases the backup registers.

1: Tamper 4 event does not erase the backup registers (1) .

Bit 2 TAMP3NOER : Tamper 3 no erase

0: Tamper 3 event erases the backup registers.

1: Tamper 3 event does not erase the backup registers (1) .

Bit 1 TAMP2NOER : Tamper 2 no erase

0: Tamper 2 event erases the backup registers.

1: Tamper 2 event does not erase the backup registers (1) .

Bit 0 TAMP1NOER : Tamper 1 no erase

0: Tamper 1 event erases the backup registers.

1: Tamper 1 event does not erase the backup registers (1) .

  1. 1. The device secrets erased by tamp_erase signal (refer to Table 320: TAMP interconnection ).

42.6.3 TAMP control register 3 (TAMP_CR3)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x08

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.ITAMP8
NOER
Res.Res.ITAMP5
NOER
Res.ITAMP3
NOER
ITAMP2
NOER
ITAMP1
NOER
rwrwrwrwrw

Bits 31:8 Reserved, must be kept at reset value.

Bit 7 ITAMP8NOER : Internal Tamper 8 no erase

0: Internal Tamper 8 event erases the backup registers.

1: Internal Tamper 8 event does not erase the backup registers (1) .

Bit 6 Reserved, must be kept at reset value.

Bit 5 Reserved, must be kept at reset value.

Bit 4 ITAMP5NOER : Internal Tamper 5 no erase

0: Internal Tamper 5 event erases the backup registers.

1: Internal Tamper 5 event does not erase the backup registers (1) .

Bit 3 Reserved, must be kept at reset value.

1. and the device secrets erased by tamp_erase signal (refer to Table 320: TAMP interconnection ).

42.6.4 TAMP filter control register (TAMP_FLTCR)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x0C

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.TAMP
PUDIS
TAMPPRCH
[1:0]
TAMPFLT
[1:0]
TAMPFREQ
[2:0]
rwrwrwrwrwrwrwrw

Bits 31:8 Reserved, must be kept at reset value.

Bits 6:5 TAMPPRCH[1:0] : TAMP_INx precharge duration

These bits determines the duration of time during which the pull-up/is activated before each sample. TAMPPRCH is valid for each of the TAMP_INx inputs.
0x0: 1 RTCCLK cycle
0x1: 2 RTCCLK cycles
0x2: 4 RTCCLK cycles
0x3: 8 RTCCLK cycles

Bits 4:3 TAMPFLT[1:0] : TAMP_INx filter count

These bits determines the number of consecutive samples at the specified level (TAMP*TRG) needed to activate a tamper event. TAMPFLT is valid for each of the TAMP_INx inputs.

0x0: Tamper event is activated on edge of TAMP_INx input transitions to the active level (no internal pull-up on TAMP_INx input).
0x1: Tamper event is activated after 2 consecutive samples at the active level.
0x2: Tamper event is activated after 4 consecutive samples at the active level.
0x3: Tamper event is activated after 8 consecutive samples at the active level.

Bits 2:0 TAMPFREQ[2:0] : Tamper sampling frequency

Determines the frequency at which each of the TAMP_INx inputs are sampled.

0x0: RTCCLK / 32768 (1 Hz when RTCCLK = 32768 Hz)
0x1: RTCCLK / 16384 (2 Hz when RTCCLK = 32768 Hz)
0x2: RTCCLK / 8192 (4 Hz when RTCCLK = 32768 Hz)
0x3: RTCCLK / 4096 (8 Hz when RTCCLK = 32768 Hz)
0x4: RTCCLK / 2048 (16 Hz when RTCCLK = 32768 Hz)
0x5: RTCCLK / 1024 (32 Hz when RTCCLK = 32768 Hz)
0x6: RTCCLK / 512 (64 Hz when RTCCLK = 32768 Hz)
0x7: RTCCLK / 256 (128 Hz when RTCCLK = 32768 Hz)

Note: This register concerns only the tamper inputs in passive mode.

42.6.5 TAMP active tamper control register 1 (TAMP_ATCR1)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x10

Backup domain reset value: 0x0007 0000

System reset: not affected

31302928272625242322212019181716
FLTENATO SHARERes.Res.Res.ATPER[2:0]Res.Res.Res.Res.Res.ATCKSEL[2:0]
rwrwrwrwrwrwrwrw

1514131211109876543210
ATOSEL4[1:0]ATOSEL3[1:0]ATOSEL2[1:0]ATOSEL1[1:0]TAMP8 AMTAMP7 AMTAMP6 AMTAMP5 AMTAMP4 AMTAMP3 AMTAMP2 AMTAMP1 AM
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw

Bit 31 FLTEN : Active tamper filter enable

0: Active tamper filtering disable

1: Active tamper filtering enable: a tamper event is detected when 2 comparison mismatches occur out of 4 consecutive samples.

Bit 30 ATOSHARE : Active tamper output sharing

0: Each active tamper input TAMP_INi is compared with its dedicated output TAMP_OUTi

1: Each active tamper input TAMP_INi is compared with TAMPOUTSELx as defined below, with TAMPOUTSELx defined by ATOSELx bits.

TAMP_IN1 is compared with TAMPOUTSEL1
TAMP_IN2 is compared with TAMPOUTSEL2
TAMP_IN3 is compared with TAMPOUTSEL3
TAMP_IN4 is compared with TAMPOUTSEL4
TAMP_IN5 is compared with TAMPOUTSEL5
TAMP_IN6 is compared with TAMPOUTSEL6
TAMP_IN7 is compared with TAMPOUTSEL7
TAMP_IN8 is compared with TAMPOUTSEL8

Bits 29:27 Reserved, must be kept at reset value.

Bits 26:24 ATPER[2:0] : Active tamper output change period

The tamper output is changed every \( CK\_ATPER = (2^{ATPER} \times CK\_ATPRE) \) cycles. Refer to Table 321: Minimum ATPER value .

Bits 23:19 Reserved, must be kept at reset value.

Bits 18:16 ATCKSEL[2:0] : Active tamper RTC asynchronous prescaler clock selection

These bits select the RTC asynchronous prescaler stage output. The selected clock is CK_ATPRE.

\( f_{CK\_ATPRE} = f_{RTCCLK} / 2^{ATCKSEL} \) when \( (PREDIV\_A+1) = 128 \) .

000: RTCCLK is selected

001: RTCCLK/2 is selected when \( (PREDIV\_A+1) = 128 \) (actually selects 1 st flip flop output)

010: RTCCLK/4 is selected when \( (PREDIV\_A+1) = 128 \) (actually selects 2 nd flip flop output)

...

111: RTCCLK/128 is selected when \( (PREDIV\_A+1) = 128 \) (actually selects 7 th flip flop output)

Note: These bits can be written only when all active tampers are disabled. The write protection remains for up to 1.5 ck_atpre cycles after all the active tampers are disabled.

Bits 15:14 ATOSEL4[1:0] : Active tamper shared output 4 selection

00: TAMPOUTSEL4 = TAMP_OUT1
01: TAMPOUTSEL4 = TAMP_OUT2
10: TAMPOUTSEL4 = TAMP_OUT3
11: TAMPOUTSEL4 = TAMP_OUT4

The selected output must be available in the package pinout.

Bits 13:12 ATOSEL3[1:0] : Active tamper shared output 3 selection

00: TAMPOUTSEL3 = TAMP_OUT1
01: TAMPOUTSEL3 = TAMP_OUT2
10: TAMPOUTSEL3 = TAMP_OUT3
11: TAMPOUTSEL3 = TAMP_OUT4

The selected output must be available in the package pinout

Bits 11:10 ATOSEL2[1:0] : Active tamper shared output 2 selection

00: TAMPOUTSEL2 = TAMP_OUT1

01: TAMPOUTSEL2 = TAMP_OUT2

10: TAMPOUTSEL2 = TAMP_OUT3

11: TAMPOUTSEL2 = TAMP_OUT4

The selected output must be available in the package pinout

Bits 9:8 ATOSEL1[1:0] : Active tamper shared output 1 selection

00: TAMPOUTSEL1 = TAMP_OUT1

01: TAMPOUTSEL1 = TAMP_OUT2

10: TAMPOUTSEL1 = TAMP_OUT3

11: TAMPOUTSEL1 = TAMP_OUT4

The selected output must be available in the package pinout

Bit 7 TAMP8AM : Tamper 8 active mode

0: Tamper 8 detection mode is passive.

1: Tamper 8 detection mode is active.

Bit 6 TAMP7AM : Tamper 7 active mode

0: Tamper 7 detection mode is passive.

1: Tamper 7 detection mode is active.

Bit 5 TAMP6AM : Tamper 6 active mode

0: Tamper 6 detection mode is passive.

1: Tamper 6 detection mode is active.

Bit 4 TAMP5AM : Tamper 5 active mode

0: Tamper 5 detection mode is passive.

1: Tamper 5 detection mode is active.

Bit 3 TAMP4AM : Tamper 4 active mode

0: Tamper 4 detection mode is passive.

1: Tamper 4 detection mode is active.

Bit 2 TAMP3AM : Tamper 3 active mode

0: Tamper 3 detection mode is passive.

1: Tamper 3 detection mode is active.

Bit 1 TAMP2AM : Tamper 2 active mode

0: Tamper 2 detection mode is passive.

1: Tamper 2 detection mode is active.

Bit 0 TAMP1AM : Tamper 1 active mode

0: Tamper 1 detection mode is passive.

1: Tamper 1 detection mode is active.

Note: Changing the active tampers configuration in this register is not allowed when a TAMPxAM bit is set, unless the corresponding TAMPxE bits are all cleared in the TAMP_CR1 register. All tampers configured in active mode must be enabled at the same time (by setting all related TAMPxE in the same TAMP_CR1 write).

All tampers configured in active mode must be disabled at the same time (by clearing all related TAMPxE in the same TAMP_CR1 write).

A minimum duration of 1 CK_ATPRE period must be waited for after disabling the active tampers and before re-enabling them.

42.6.6 TAMP active tamper seed register (TAMP_ATSEEDR)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x14

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
SEED[31:16]
wwwwwwwwwwwwwwww
1514131211109876543210
SEED[15:0]
wwwwwwwwwwwwwwww

Bits 31:0 SEED[31:0] : Pseudo-random generator seed value

This register must be written four times with 32-bit values to provide the 128-bit seed to the PRNG. Writing to this register automatically sends the seed value to the PRNG.

42.6.7 TAMP active tamper output register (TAMP_ATOR)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x18

Backup domain reset value: 0x0000 0000

System reset: not affected, except for SEEDF which is reset to 0.

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
INITSSEEDFRes.Res.Res.Res.Res.Res.PRNG[7:0]
rrrrrrrrrr

Bits 31:16 Reserved, must be kept at reset value.

Bit 15 INITS : Active tamper initialization status

This flag is set by hardware when the PRNG has absorbed the first 128-bit seed, meaning that the enabled active tamper are functional. This flag is cleared when the active tamper are disabled.

Bit 14 SEEDF : Seed running flag

This flag is set by hardware when a new seed is written in the TAMP_ATSEEDR. It is cleared by hardware when the PRNG has absorbed this new seed, and by system reset. The TAMP APB clock must not be switched off as long as SEEDF is set.

Bits 13:8 Reserved, must be kept at reset value.

Bits 7:0 PRNG[7:0] : Pseudo-random generator value

This field provides the values of the PRNG output. Because of potential inconsistencies due to synchronization delays, PRNG must be read at least twice. The read value is correct if it is equal to previous read value.

This field can only be read when the APB is in secure mode.

42.6.8 TAMP active tamper control register 2 (TAMP_ATCR2)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x1C

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
ATOSEL8[2:0]ATOSEL7[2:0]ATOSEL6[2:0]ATOSEL5[2:0]ATOSEL4[2:0]ATO
SEL3
[2]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
1514131211109876543210
ATOSEL3[1:0]ATOSEL2[2:0]ATOSEL1[2:0]Res.Res.Res.Res.Res.Res.Res.Res.
rwrwrwrwrwrwrwrw

Bits 31:29 ATOSEL8[2:0] : Active tamper shared output 8 selection

000: TAMPOUTSEL8 = TAMP_OUT1
001: TAMPOUTSEL8 = TAMP_OUT2
010: TAMPOUTSEL8 = TAMP_OUT3
011: TAMPOUTSEL8 = TAMP_OUT4
100: TAMPOUTSEL8 = TAMP_OUT5
101: TAMPOUTSEL8 = TAMP_OUT6
110: TAMPOUTSEL8 = TAMP_OUT7
111: TAMPOUTSEL8 = TAMP_OUT8

The selected output must be available in the package pinout.

Bits 28:26 ATOSEL7[2:0] : Active tamper shared output 7 selection

000: TAMPOUTSEL7 = TAMP_OUT1
001: TAMPOUTSEL7 = TAMP_OUT2
010: TAMPOUTSEL7 = TAMP_OUT3
011: TAMPOUTSEL7 = TAMP_OUT4
100: TAMPOUTSEL7 = TAMP_OUT5
101: TAMPOUTSEL7 = TAMP_OUT6
110: TAMPOUTSEL7 = TAMP_OUT7
111: TAMPOUTSEL7 = TAMP_OUT8

The selected output must be available in the package pinout.

Bits 25:23 ATOSEL6[2:0] : Active tamper shared output 6 selection

000: TAMPOUTSEL6 = TAMP_OUT1
001: TAMPOUTSEL6 = TAMP_OUT2
010: TAMPOUTSEL6 = TAMP_OUT3
011: TAMPOUTSEL6 = TAMP_OUT4
100: TAMPOUTSEL6 = TAMP_OUT5
101: TAMPOUTSEL6 = TAMP_OUT6
110: TAMPOUTSEL6 = TAMP_OUT7
111: TAMPOUTSEL6 = TAMP_OUT8

The selected output must be available in the package pinout.

Bits 22:20 ATOSEL5[2:0] : Active tamper shared output 5 selection

000: TAMPOUTSEL5 = TAMP_OUT1
001: TAMPOUTSEL5 = TAMP_OUT2
010: TAMPOUTSEL5 = TAMP_OUT3
011: TAMPOUTSEL5 = TAMP_OUT4
100: TAMPOUTSEL5 = TAMP_OUT5
101: TAMPOUTSEL5 = TAMP_OUT6
110: TAMPOUTSEL5 = TAMP_OUT7
111: TAMPOUTSEL5 = TAMP_OUT8

The selected output must be available in the package pinout.

Bits 19:17 ATOSEL4[2:0] : Active tamper shared output 4 selection

000: TAMPOUTSEL4 = TAMP_OUT1
001: TAMPOUTSEL4 = TAMP_OUT2
010: TAMPOUTSEL4 = TAMP_OUT3
011: TAMPOUTSEL4 = TAMP_OUT4
100: TAMPOUTSEL4 = TAMP_OUT5
101: TAMPOUTSEL4 = TAMP_OUT6
110: TAMPOUTSEL4 = TAMP_OUT7
111: TAMPOUTSEL4 = TAMP_OUT8

The selected output must be available in the package pinout.

Bits 18:17 are the mirror of ATOSEL2[1:0] in the TAMP_ATCR1, and so can also be read or written through TAMP_ATCR1.

Bits 16:14 ATOSEL3[2:0] : Active tamper shared output 3 selection

000: TAMPOUTSEL3 = TAMP_OUT1
001: TAMPOUTSEL3 = TAMP_OUT2
010: TAMPOUTSEL3 = TAMP_OUT3
011: TAMPOUTSEL3 = TAMP_OUT4
100: TAMPOUTSEL3 = TAMP_OUT5
101: TAMPOUTSEL3 = TAMP_OUT6
110: TAMPOUTSEL3 = TAMP_OUT7
111: TAMPOUTSEL3 = TAMP_OUT8

The selected output must be available in the package pinout.

Bits 15:14 are the mirror of ATOSEL3[1:0] in the TAMP_ATCR1, and so can also be read or written through TAMP_ATCR1.

Bits 13:11 ATOSEL2[2:0] : Active tamper shared output 2 selection

000: TAMPOUTSEL2 = TAMP_OUT1
001: TAMPOUTSEL2 = TAMP_OUT2
010: TAMPOUTSEL2 = TAMP_OUT3
011: TAMPOUTSEL2 = TAMP_OUT4
100: TAMPOUTSEL2 = TAMP_OUT5
101: TAMPOUTSEL2 = TAMP_OUT6
110: TAMPOUTSEL2 = TAMP_OUT7
111: TAMPOUTSEL2 = TAMP_OUT8

The selected output must be available in the package pinout.

Bits 12:11 are the mirror of ATOSEL2[1:0] in the TAMP_ATCR1, and so can also be read or written through TAMP_ATCR1.

Bits 10:8 ATOSEL1[2:0] : Active tamper shared output 1 selection

000: TAMPOUTSEL1 = TAMP_OUT1
001: TAMPOUTSEL1 = TAMP_OUT2
010: TAMPOUTSEL1 = TAMP_OUT3
011: TAMPOUTSEL1 = TAMP_OUT4
100: TAMPOUTSEL1 = TAMP_OUT5
101: TAMPOUTSEL1 = TAMP_OUT6
110: TAMPOUTSEL1 = TAMP_OUT7
111: TAMPOUTSEL1 = TAMP_OUT8

The selected output must be available in the package pinout.

Bits 9:8 are the mirror of ATOSEL1[1:0] in the TAMP_ATCR1, and so can also be read or written through TAMP_ATCR1.

Bits 7:0 Reserved, must be kept at reset value.

Note: Changing the active tampers configuration in this register is not allowed when a TAMPxAM bit is set, unless the corresponding TAMPxE bits are all cleared in the TAMP_CR1 register.
All tampers configured in active mode must be enabled at the same time (by setting all related TAMPxE in the same TAMP_CR1 write).
All tampers configured in active mode must be disabled at the same time (by clearing all related TAMPxE in the same TAMP_CR1 write).
A minimum duration of 1 CK_ATPRE period must be waited for after disabling the active tampers and before re-enabling them.

42.6.9 TAMP secure mode register (TAMP_SMCR)

If TZEN = 1, this register can be written only when the APB access is secure. If TZEN=0, BKPRWDPROT[7:0] and BKPWDPROT[7:0] can be written with non-secure APB access, and TAMPDPROT cannot be written.

This register can be globally write-protected, or each bit of this register can be individually write-protected against non-privileged access depending on the TAMP_PRIVCR configuration (refer to Section 42.3.5: TAMP privilege protection modes ).

Address offset: 0x20

Backup domain reset value: 0x8000 0000

System reset: not affected

31302928272625242322212019181716
TAMP
DPROT
Res.Res.Res.Res.Res.Res.Res.BKPWDPROT[7:0]
rwrwrwrwrwrwrwrwrw
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.BKPRWDPROT[7:0]
rwrwrwrwrwrwrwrw

Bit 31 TAMPDPROT : Tamper protection (excluding backup registers)

Note: Refer to Section 42.3.4: TAMP secure protection modes for details on the read protection.

Bits 30:24 Reserved, must be kept at reset value.

Bits 23:16 BKPWDPROT[7:0] : Backup registers write protection offset

If TZEN=1: backup registers from TAMP_BKPyR (y = BKPRWDPROT, from 0 to 128) to TAMP_BKPzR (z = BKPWDPROT-1, from 0 to 128, BKPWDPROT \( \geq \) BKPRWDPROT) can be written only when the APB is in secure mode. They can be read in secure or non-secure mode. This zone is the protection zone 2.

If TZEN=0: the protection zone 2 can be read and written with non-secure access.

Backup registers from TAMP_BKPtR (t = BKPWDPROT, from 0 to 127) can be read or written when the APB is in secure or in non-secure mode. This zone is the protection zone 3.
If BKPWDPROT = 0 or if BKPWDPROT \( \leq \) BKPRWDPROT: none of the backup registers have a secure write access. In these configurations the behavior is equivalent to BKPWDPROT = BKPRWDPROT.

If BKPWPRIV is set, BKPWDPROT[7:0] and BKPRWDPROT[7:0] can be written only in privileged mode.

Bits 15:8 Reserved, must be kept at reset value.

Bits 7:0 BKPRWDPROT[7:0] : Backup registers read/write protection offset

If TZEN=1: backup registers from TAMP_BKP0R to TAMP_BKPxR (x = BKPRWDPROT-1, from 0 to 128) can be read and written only when the APB is in secure mode. This is the protection zone 1.

If TZEN=0: the protection zone 1 can be read and written with non-secure access.

If BKPRWDPROT = 0 none of the backup registers have a secure read/write access.

If BKPRWPRIV is set, BKPRWDPROT[7:0] can be written only in privileged mode.

42.6.10 TAMP privilege mode control register (TAMP_PRIVCR)

This register can be written only when the APB access is privileged.

When TZEN = 1, this register can be write-protected, or each bit of this register can be individually write-protected against non-secure access depending on the TAMP_SMCR configuration (refer to Section 42.3.4: TAMP secure protection modes ).

Address offset: 0x24

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
TAMP
PRIV
BKP
WPRIV
BKPR
WPRIV
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
rwrwrw
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.

Bit 31 TAMPPRIV : Tamper privilege protection (excluding backup registers)

Note: Refer to Section 42.3.5: TAMP privilege protection modes for details on the read protection.

Bit 30 BKPWPRIV : Backup registers zone 2 privilege protection

Bit 29 BKPRWPRIV : Backup registers zone 1 privilege protection

Bits 28:0 Reserved, must be kept at reset value.

42.6.11 TAMP interrupt enable register (TAMP_IER)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x2C

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.ITAMP8 IERes.Res.ITAMP5 IERes.ITAMP3 IEITAMP2 IEITAMP1 IE
rwrwrwrwrw

1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.TAMP 8IETAMP 7IETAMP 6IETAMP 5IETAMP 4IETAMP 3IETAMP 2IETAMP 1IE
rwrwrwrwrwrwrwrw

Bits 31:24 Reserved, must be kept at reset value.

Bit 23 ITAMP8IE : Internal tamper 8 interrupt enable

Bit 22 Reserved, must be kept at reset value.

Bit 21 Reserved, must be kept at reset value.

Bit 20 ITAMP5IE : Internal tamper 5 interrupt enable

Bit 19 Reserved, must be kept at reset value.

  1. Bit 18 ITAMP3IE : Internal tamper 3 interrupt enable
    0: Internal tamper 3 interrupt disabled.
    1: Internal tamper 3 interrupt enabled.
  2. Bit 17 ITAMP2IE : Internal tamper 2 interrupt enable
    0: Internal tamper 2 interrupt disabled.
    1: Internal tamper 2 interrupt enabled.
  3. Bit 16 ITAMP1IE : Internal tamper 1 interrupt enable
    0: Internal tamper 1 interrupt disabled.
    1: Internal tamper 1 interrupt enabled
  4. Bits 15:8 Reserved, must be kept at reset value.
  5. Bit 7 TAMP8IE : Tamper 8 interrupt enable
    0: Tamper 8 interrupt disabled.
    1: Tamper 8 interrupt enabled.
  6. Bit 6 TAMP7IE : Tamper 7 interrupt enable
    0: Tamper 7 interrupt disabled.
    1: Tamper 7 interrupt enabled.
  7. Bit 5 TAMP6IE : Tamper 6 interrupt enable
    0: Tamper 6 interrupt disabled.
    1: Tamper 6 interrupt enabled.
  8. Bit 4 TAMP5IE : Tamper 5 interrupt enable
    0: Tamper 5 interrupt disabled.
    1: Tamper 5 interrupt enabled.
  9. Bit 3 TAMP4IE : Tamper 4 interrupt enable
    0: Tamper 4 interrupt disabled.
    1: Tamper 4 interrupt enabled.
  10. Bit 2 TAMP3IE : Tamper 3 interrupt enable
    0: Tamper 3 interrupt disabled.
    1: Tamper 3 interrupt enabled..
  11. Bit 1 TAMP2IE : Tamper 2 interrupt enable
    0: Tamper 2 interrupt disabled.
    1: Tamper 2 interrupt enabled.
  12. Bit 0 TAMP1IE : Tamper 1 interrupt enable
    0: Tamper 1 interrupt disabled.
    1: Tamper 1 interrupt enabled.

42.6.12 TAMP status register (TAMP_SR)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5 :

TAMP privilege protection modes.

Address offset: 0x30

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.ITAMP8 FRes.Res.ITAMP5 FRes.ITAMP3 FITAMP2 FITAMP1 F
rrrrr

1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.TAMP 8FTAMP 7FTAMP 6FTAMP 5FTAMP 4FTAMP 3FTAMP 2FTAMP 1F
rrrrrrrr

Bits 31:24 Reserved, must be kept at reset value.

Bit 23 ITAMP8F : Internal tamper 8 flag

This flag is set by hardware when a tamper detection event is detected on the internal tamper 8.

Bit 22 Reserved, must be kept at reset value.

Bit 21 Reserved, must be kept at reset value.

Bit 20 ITAMP5F : Internal tamper 5 flag

This flag is set by hardware when a tamper detection event is detected on the internal tamper 5.

Bit 19 Reserved, must be kept at reset value.

Bit 18 ITAMP3F : Internal tamper 3 flag

This flag is set by hardware when a tamper detection event is detected on the internal tamper 3.

Bit 17 ITAMP2F : Internal tamper 2 flag

This flag is set by hardware when a tamper detection event is detected on the internal tamper 2.

Bit 16 ITAMP1F : Internal tamper 1 flag

This flag is set by hardware when a tamper detection event is detected on the internal tamper 1.

Bits 15:8 Reserved, must be kept at reset value.

Bit 7 TAMP8F : TAMP8 detection flag

This flag is set by hardware when a tamper detection event is detected on the TAMP8 input

Bit 6 TAMP7F : TAMP7 detection flag

This flag is set by hardware when a tamper detection event is detected on the TAMP7 input.

Bit 5 TAMP6F : TAMP6 detection flag

This flag is set by hardware when a tamper detection event is detected on the TAMP6 input.

Bit 4 TAMP5F : TAMP5 detection flag

This flag is set by hardware when a tamper detection event is detected on the TAMP5 input.

Bit 3 TAMP4F : TAMP4 detection flag

This flag is set by hardware when a tamper detection event is detected on the TAMP4 input.

Bit 2 TAMP3F : TAMP3 detection flag

This flag is set by hardware when a tamper detection event is detected on the TAMP3 input.

Bit 1 TAMP2F : TAMP2 detection flag

This flag is set by hardware when a tamper detection event is detected on the TAMP2 input.

Bit 0 TAMP1F : TAMP1 detection flag

This flag is set by hardware when a tamper detection event is detected on the TAMP1 input.

42.6.13 TAMP non-secure masked interrupt status register (TAMP_MISR)

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x34

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.ITAMP8
MF
Res.Res.ITAMP5
MF
Res.ITAMP3
MF
ITAMP2
MF
ITAMP1
MF
rrrrr
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.TAMP
8MF
TAMP
7MF
TAMP
6MF
TAMP
5MF
TAMP
4MF
TAMP
3MF
TAMP
2MF
TAMP
1MF
rrrrrrrr

Bits 31:24 Reserved, must be kept at reset value.

Bit 23 ITAMP8MF : Internal tamper 8 non-secure interrupt masked flag

This flag is set by hardware when the internal tamper 8 non-secure interrupt is raised.

Bit 22 Reserved, must be kept at reset value.

Bit 21 Reserved, must be kept at reset value.

Bit 20 ITAMP5MF : Internal tamper 5 non-secure interrupt masked flag

This flag is set by hardware when the internal tamper 5 non-secure interrupt is raised.

Bit 19 Reserved, must be kept at reset value.

Bit 18 ITAMP3MF : Internal tamper 3 non-secure interrupt masked flag

This flag is set by hardware when the internal tamper 3 non-secure interrupt is raised.

Bit 17 ITAMP2MF : Internal tamper 2 non-secure interrupt masked flag

This flag is set by hardware when the internal tamper 2 non-secure interrupt is raised.

Bit 16 ITAMP1MF : Internal tamper 1 non-secure interrupt masked flag

This flag is set by hardware when the internal tamper 1 non-secure interrupt is raised.

Bits 15:8 Reserved, must be kept at reset value.

Bit 7 TAMP8MF : TAMP8 non-secure interrupt masked flag

This flag is set by hardware when the tamper 8 non-secure interrupt is raised.

Bit 6 TAMP7MF : TAMP7 non-secure interrupt masked flag

This flag is set by hardware when the tamper 7 non-secure interrupt is raised.

42.6.14 TAMP secure masked interrupt status register (TAMP_SMISR)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x38

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.ITAMP8 MFRes.Res.ITAMP5 MFRes.ITAMP3 MFITAMP2 MFITAMP1 MF
rrrrr
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.TAMP 8MFTAMP 7MFTAMP 6MFTAMP 5MFTAMP 4MFTAMP 3MFTAMP 2MFTAMP 1MF
rrrrrrrr

Bits 31:24 Reserved, must be kept at reset value.

Bit 17 ITAMP2MF : Internal tamper 2 secure interrupt masked flag

This flag is set by hardware when the internal tamper 2 secure interrupt is raised.

Bit 16 ITAMP1MF : Internal tamper 1 secure interrupt masked flag

This flag is set by hardware when the internal tamper 1 secure interrupt is raised.

Bits 15:8 Reserved, must be kept at reset value.

Bit 7 TAMP8MF : TAMP8 secure interrupt masked flag

This flag is set by hardware when the tamper 8 secure interrupt is raised.

Bit 6 TAMP7MF : TAMP7 secure interrupt masked flag

This flag is set by hardware when the tamper 7 secure interrupt is raised.

Bit 5 TAMP6MF : TAMP6 secure interrupt masked flag

This flag is set by hardware when the tamper 6 secure interrupt is raised.

Bit 4 TAMP5MF : TAMP5 secure interrupt masked flag

This flag is set by hardware when the tamper 5 secure interrupt is raised.

Bit 3 TAMP4MF : TAMP4 secure interrupt masked flag

This flag is set by hardware when the tamper 4 secure interrupt is raised.

Bit 2 TAMP3MF : TAMP3 secure interrupt masked flag

This flag is set by hardware when the tamper 3 secure interrupt is raised.

Bit 1 TAMP2MF : TAMP2 secure interrupt masked flag

This flag is set by hardware when the tamper 2 secure interrupt is raised.

Bit 0 TAMP1MF : TAMP1 secure interrupt masked flag

This flag is set by hardware when the tamper 1 secure interrupt is raised.

42.6.15 TAMP status clear register (TAMP_SCR)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x3C

System reset value: 0x0000 0000

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.C
ITAMP
8F
Res.Res.C
ITAMP
5F
Res.C
ITAMP
3F
C
ITAMP
2F
C
ITAMP
1F
wwwww
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.CTAMP
8F
CTAMP
7F
CTAMP
6F
CTAMP
5F
CTAMP
4F
CTAMP
3F
CTAMP
2F
CTAMP
1F
wwwwwwww
  1. Bits 31:24 Reserved, must be kept at reset value.
  2. Bit 23 CITAMP8F : Clear ITAMP8 detection flag
    Writing 1 in this bit clears the ITAMP8F bit in the TAMP_SR register.
  3. Bit 22 Reserved, must be kept at reset value.
  4. Bit 21 Reserved, must be kept at reset value.
  5. Bit 20 CITAMP5F : Clear ITAMP5 detection flag
    Writing 1 in this bit clears the ITAMP5F bit in the TAMP_SR register.
  6. Bit 19 Reserved, must be kept at reset value.
  7. Bit 18 CITAMP3F : Clear ITAMP3 detection flag
    Writing 1 in this bit clears the ITAMP3F bit in the TAMP_SR register.
  8. Bit 17 CITAMP2F : Clear ITAMP2 detection flag
    Writing 1 in this bit clears the ITAMP2F bit in the TAMP_SR register.
  9. Bit 16 CITAMP1F : Clear ITAMP1 detection flag
    Writing 1 in this bit clears the ITAMP1F bit in the TAMP_SR register.
  10. Bits 15:8 Reserved, must be kept at reset value.
  11. Bit 7 CTAMP8F : Clear TAMP8 detection flag
    Writing 1 in this bit clears the TAMP8F bit in the TAMP_SR register.
  12. Bit 6 CTAMP7F : Clear TAMP7 detection flag
    Writing 1 in this bit clears the TAMP7F bit in the TAMP_SR register.
  13. Bit 5 CTAMP6F : Clear TAMP6 detection flag
    Writing 1 in this bit clears the TAMP6F bit in the TAMP_SR register.
  14. Bit 4 CTAMP5F : Clear TAMP5 detection flag
    Writing 1 in this bit clears the TAMP5F bit in the TAMP_SR register.
  15. Bit 3 CTAMP4F : Clear TAMP4 detection flag
    Writing 1 in this bit clears the TAMP4F bit in the TAMP_SR register.
  16. Bit 2 CTAMP3F : Clear TAMP3 detection flag
    Writing 1 in this bit clears the TAMP3F bit in the TAMP_SR register.
  17. Bit 1 CTAMP2F : Clear TAMP2 detection flag
    Writing 1 in this bit clears the TAMP2F bit in the TAMP_SR register.
  18. Bit 0 CTAMP1F : Clear TAMP1 detection flag
    Writing 1 in this bit clears the TAMP1F bit in the TAMP_SR register.

42.6.16 TAMP monotonic counter register (TAMP_COUNTR)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x040

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
COUNT[31:16]
rrrrrrrrrrrrrrrr
1514131211109876543210
COUNT[15:0]
rrrrrrrrrrrrrrrr

Bits 31:0 COUNT[31:0]:

This register is read-only only and is incremented by one when a write access is done to this register. This register cannot roll-over and is frozen when reaching the maximum value.

42.6.17 TAMP configuration register (TAMP_CFGR)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x50

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.WUTM
ONEN
VMON
EN
TMON
EN
Res.
rwrwrw

Bits 31:4 Reserved, must be kept at reset value.

Bit 3 WUTMONEN : voltage and temperature monitor periodic enable by RTC wakeup timer

0: RTC wakeup timer not used to enable voltage and temperature monitors

1: RTC wakeup timer used to enable voltage and temperature monitors

Bit 2 VMONEN : voltage monitor enable

0: voltage monitor disable

1: voltage monitor enable

Bit 1 TMONEN : temperature monitor enable

0: temperature monitor disable

1: temperature monitor enable

Bit 0 Reserved, must be kept at reset value.

42.6.18 TAMP backup x register (TAMP_BKPxR)

This register can be protected against non-secure access. Refer to Section 42.3.4: TAMP secure protection modes .

This register can be protected against non-privileged access. Refer to Section 42.3.5: TAMP privilege protection modes .

Address offset: 0x100 + 0x04 * x, (x = 0 to 31)

Backup domain reset value: 0x0000 0000

System reset: not affected

31302928272625242322212019181716
BKP[31:16]
rwrwrwrwrwrwrwrwrwrwrwrwrwrwrwrw
1514131211109876543210
BKP[15:0]
rwrwrwrwrwrwrwrwrwrwrwrwrwwrwrw

Bits 31:0 BKP[31:0] :

The application can write or read data to and from these registers.

They are powered-on by V BAT when V DD is switched off, so that they are not reset by System reset, and their contents remain valid when the device operates in low-power mode.

In the default configuration this register is reset on a tamper detection event. It is forced to reset value as long as there is at least one internal or external tamper flag being set. This register is also reset when the readout protection (RDP) is disabled.

42.6.19 TAMP register map

Table 326. TAMP register map and reset values

OffsetRegister313029282726252423222120191817161514131211109876543210
0x00TAMP_CR1Res.Res.Res.Res.Res.Res.Res.Res.ITAMP8ERes.Res.ITAMP5ERes.ITAMP3EITAMP2EITAMP1ERes.Res.Res.Res.Res.Res.Res.Res.Res.TAMP8ETAMP7ETAMP6ETAMP5ETAMP4ETAMP3ETAMP2ETAMP1E
Reset value1111100000000
0x04TAMP_CR2TAMP8TRGTAMP7TRGTAMP6TRGTAMP5TRGTAMP4TRGTAMP3TRGTAMP2TRGTAMP1TRGBKERASERes.Res.Res.Res.TAMP3MSKTAMP2MSKTAMP1MSKRes.Res.Res.Res.Res.Res.Res.Res.TAMP8NOERTAMP7NOERTAMP6NOERTAMP5NOERTAMP4NOERTAMP3NOERTAMP2NOERTAMP1NOER
Reset value00000000000000000000
0x08TAMP_CR3Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.ITAMP8NOERRes.Res.ITAMP5NOERRes.Res.ITAMP3NOERITAMP1NOER
Reset value0000
0x0CTAMP_FLTCRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.TAMPPUDISTAMPPRCH[1:0]TAMPFLT[1:0]TAMPFREQ[2:0]
Reset value00000000
0x10TAMP_ATCR1FLTENATOSHARERes.Res.Res.AT-PER[2:0]Res.Res.Res.Res.Res.ATCK-SEL[2:0]ATO SEL4 [1:0]ATO SEL3 [1:0]ATO SEL2 [1:0]ATO SEL1 [1:0]TAMP8AMTAMP7AMTAMP6AMTAMP5AMTAMP4AMTAMP3AMTAMP2AMTAMP1AM
Reset value000001110000000000000000
0x14TAMP_ATSEEDRSEED[31:0]
Reset value00000000000000000000000000000000
0x18TAMP_ATORRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.INITSSEEDFRes.Res.Res.Res.Res.Res.PRNG[7:0]
Reset value0000000000
0x1CTAMP_ATCR2ATO SEL8 [2:0]ATO SEL7 [2:0]ATO SEL6 [2:0]ATO SEL5 [2:0]ATO SEL4 [2:0]ATO SEL3 [2:0]ATO SEL2 [2:0]ATO SEL1 [2:0]Res.Res.Res.Res.Res.Res.Res.Res.
Reset value000000000000000000000000
0x20TAMP_SMCRTAMPDPROTRes.Res.Res.Res.Res.Res.Res.BKPWDPROT[7:0]Res.Res.Res.Res.Res.Res.Res.Res.BKPRWDPROT[7:0]
Reset value10000000000000000
0x240TAMP_PRIVCRTAMPPRIVBKPWPRIVBKPRWPRIVRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
Reset value000

Table 326. TAMP register map and reset values (continued)

OffsetRegister313029282726252423222120191817161514131211109876543210
0x2CTAMP_IERRes.Res.Res.Res.Res.Res.Res.Res.ITAMP8IERes.Res.ITAMP5IERes.Res.ITAMP3IEITAMP2IEITAMP1IERes.Res.Res.Res.Res.Res.Res.Res.TAMP8IETAMP7IETAMP6IETAMP5IETAMP4IETAMP3IETAMP2IETAMP1IE
Reset value0000000000000
0x30TAMP_SRRes.Res.Res.Res.Res.Res.Res.Res.ITAMP8FRes.Res.ITAMP5FRes.Res.ITAMP3FITAMP2FITAMP1FRes.Res.Res.Res.Res.Res.Res.Res.TAMP8FTAMP7FTAMP6FTAMP5FTAMP4FTAMP3FTAMP2FTAMP1F
Reset value0000000000000
0x34TAMP_MISRRes.Res.Res.Res.Res.Res.Res.Res.ITAMP8MFRes.Res.ITAMP5MFRes.Res.ITAMP3MFITAMP2MFITAMP1MFRes.Res.Res.Res.Res.Res.Res.Res.TAMP8MFTAMP7MFTAMP6MFTAMP5MFTAMP4MFTAMP3MFTAMP2MFTAMP1MF
Reset value0000000000000
0x38TAMP_SMISRRes.Res.Res.Res.Res.Res.Res.Res.ITAMP8MFRes.Res.ITAMP5MFRes.Res.ITAMP3MFITAMP2MFITAMP1MFRes.Res.Res.Res.Res.Res.Res.Res.TAMP8MFTAMP7MFTAMP6MFTAMP5MFTAMP4MFTAMP3MFTAMP2MFTAMP1MF
Reset value0000000000000
0x3CTAMP_SCRRes.Res.Res.Res.Res.Res.Res.Res.CTAMP8FRes.Res.CTAMP5FRes.Res.CTAMP3FCTAMP2FCTAMP1FRes.Res.Res.Res.Res.Res.Res.Res.CTAMP8FCTAMP7FCTAMP6FCTAMP5FCTAMP4FCTAMP3FCTAMP2FCTAMP1F
Reset value0000000000000
0x40TAMP_COUNTRCOUNT[31:0]
Reset value00000000000000000000000000000000
0x50TAMP_CFGFRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.WUTMONENVMONENTMONEN
Reset value000
0x100 + 0x04*x, (x= 0 to.31)TAMP_BKPxRBKP[31:0]
Reset value0000000000000000000000000000000

Refer to Section 2.3 for the register boundary addresses.