cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 MCU errata sheets: Expected preliminary updates

KDJEM.1
ST Employee

Introduction

This article includes preliminary updates of STM32 MCU errata sheets reported since 1st January 2024It highlights the current description requiring update and the expected one if available.

The purpose of this article is to deliver any expected updates to our MCU errata sheets prior to actual documentation releases. We wish to be transparent with our updates and provide them as fast as possible, to assist you in your design process.
This article is updated on a quarterly basis. Once these preliminary updates are manifested in the errata sheets, this article is refreshed with new information.
Moving forward, we are also working on providing errata sheet releases on a more frequent basis.

IMPORTANT NOTICE - READ CAREFULLY:

  • STMicroelectronics NV and its subsidiaries (“ST”) reserve the right to make changes, corrections, enhancements, modifications, and improvements to this article at any time without notice.
  • Information in this article supersedes and replaces information previously supplied in any prior versions of this article.
  • The following table gives a quick reference to the preliminary documentation updates which may be changed or improved without notice.
  • This article will be reviewed on a quarterly basis and applied updates will be removed from the table.
  • The hyperlinks under "Doc Reference - Revision" provides a direct link to the specific document page where the description is located.

Summary of documentation updates: "STM32 MCU errata sheets"

Function Series/Lines Doc Reference - Revision Description Date of added update
SPI

STM32F427xx

STM32F437xx

STM32F429xx

STM32F439xx

ES0206 Rev20

(Feb 2024)

Add section: 

Corrupted last bit of data and/or CRC, received in Master mode with delayed SCK feedback

Description
When performing a receive transaction in I2S or SPI Master mode, the last bit of the transacted frame is not captured when the signal provided by an internal feedback loop from the SCK pin exceeds a critical delay. The lastly transacted bit of the stored data then keeps the value from the pattern received previously. As a consequence, the last receive data bit may be wrong, and/or the CRCERR flag can be unduly asserted in the SPI mode if any data under checksum, and/or just the CRC pattern is wrongly captured. In SPI mode, data are synchronous with the APB clock. A delay of up to two APB clock periods can thus be tolerated for the internal feedback delay. The I2S mode is more sensitive than the SPI mode, especially in the case where an odd I2S prescaler factor is set and the APB clock is the system clock divided by two. In this case, the internal feedback delay is lower than 1.5 APB clock period. The main factors contributing to the delay increase are low VDD level, high temperature, high SCK pin capacitive load, and low SCK I/O output speed. The SPI communication speed has no impact.

Workaround
The following workarounds can be adopted, jointly or individually:
• Decrease the APB clock speed.
• Configure the I/O pad of the SCK pin to be faster.
The following table gives the maximum allowable APB frequency (that still prevents the issue from occurring) versus GPIOx_OSPEEDR output speed for the SCK pin, with a 30 pF capacitive load.

KDJEM1_1-1712142798747.png

 

Mar 2024


 

System

STM32L452xx

ES0388 Rev10

(Oct 2023)

Update section:

Corrupted content of the backup domain due to a missed power-on reset after this domain supply voltage drop

Description
The backup domain reset may be missed upon a power-on following a power-off, if its supply voltage drops during the power-off phase hitting a window, which is few mV wide before it starts to rise again. In this critical window, the flip-flops are no longer able to safely retain the information and the backup domain reset has not yet been triggered. This window is located in the range between 100 mV and 700 mV, with the exact position depending mainly on the device and on the temperature. This missed reset results in unpredictable values of the backup domain registers. This may cause a spurious behavior (such as driving the LSCO output pin on PA2 or influencing backup functions).

Workaround
Apply one of the following measures:
• In the application, let the VDD and VBAT supply voltages fall to a level below 100 mV for more than 200 ms before a new power‑on.
• If the above workaround cannot be applied, and the boot follows a power‑on reset, erase the backup domain by software.
When the application is using shutdown mode, user needs to discriminate between the power‑on reset or an exit from a shutdown mode.
For this purpose, at least one backup register must have been previously programmed with a BKP_REG_VAL value with 16 bits set and 16 bits cleared.
Robustness of this workaround can be significantly improved by using a CRC rather than registers. The registers are subject to backup domain reset.
The workaround consists of calculating the CRC of the backup registers: RCC_BDCR and RTC registers, excluding bits modified by HW.
The CRC result can be stored in the backup register instead of a fixed value. This value needs to be updated for each modification of values covered by CRC, such as by using CRC peripheral.
At the very beginning of the boot code, insert the following software sequence:
1. Check the BORRSTF flag of the RCC_CSR register. If set, the reset is caused by a power on, or is exiting from shutdown mode.
2. If BORRSTF flag is true, and the shutdown mode is used in the application, check that the backup register value is different from BKP_REG_VAL. When tamper detection is enabled, check that no tamper flag is set. If both conditions are met then the reset is caused by a power-on.
3. If the reset is caused by a power-on, apply the following sequence:
a. Enable the PWR clock in the RCC, by setting the PWREN bit.
b. Enable the backup domain access in the PWR, by setting the DBP bit.
c. Reset the backup domain, by:
i. Writing 0x0001 0000 in the RCC_BDCR register, which sets the BDRST bit and clears other register bits that might not be reset.
ii. reading the RCC_BDCR register, to make the reset time long enough
iii. writing 0x0000 0000 in the RCC_BDCR register, to clear the BDRST bit
d. Clear the BORRSTF flag by setting the RMVF bit of the RCC_CSR register.

Mar 2024

STM32L462CE

STM32L462RE

STM32L462VE

ES0389 Rev10

(Oct 2023)

STM32F427xx
STM32F437xx STM32F429xx
STM32F439xx

ES0206  Rev20

(Feb 2024)

Add section:

Corrupted content of the domain due to a missed power-on reset after this domain supply voltage drop

Description
The domain reset may be missed upon a power-on following a power-off, if its supply voltage drops during the
power-off phase hitting a window, which is few mV wide before it starts to rise again. In this critical window, the
flip-flops are no longer able to safely retain the information and the domain reset has not yet been triggered. This
window is located in the range between 100 mV and 700 mV, with the exact position depending mainly on the
device and on the temperature.
This missed reset results in unpredictable values of the domain registers. This may cause a spurious behavior
(such as driving the LSCO output pin on or influencing functions).

Workaround

Apply one of the following measures:
• In the application, let the VDD and VBAT supply voltages fall to a level below 100 mV for more than 200 ms before a new power‑on. 

Nov 2024

STM32F446xC
STM32F446xE

ES0298 Rev6

(Apr 2024)

STM32F410x8  STM32F410xB

ES0325 Rev5
(Jan 2024)

STM32F413xG
STM32F413xH STM32F423xH

ES0372 Rev5

(Jan 2024)

STM32WBA5x

ES0592 Rev5
(Nov 2024)

Add section:

Title:

LSE low swing input clock signals not supported

Description:

The use of LSE in bypass mode with low swing signals is unreliable and must thus be proscribed.
This does not impact crystal mode.

 Workaround:

None.

Dec 2024

STM32WBA50
KG

ES0637 Rev1 (Sep 2024)

IWDG

STM32F100x4 STM32F100x6
STM32F100x8 STM32F100xB

ES093 Rev8

(Jul 2022)

Remove sections:

Delete duplicated sections:

- RVU flag not cleared at low APB clock frequency

- PVU flag not cleared at low APB clock frequency

Mar
2024

STM32F10xx4 STM32F10xx6

ES0348 Rev10

(Jun 2022)

STM32F101xF
STM32F101xG STM32F103xF
STM32F103xG 

ES0346 Rev7

(Jul 2022)

STM32F101xC
STM32F101xD
STM32F101xE
STM32F103xC
STM32F103xD
STM32F103xE

ES0340 Rev17

(Jun 2022)

STM32F105xx STM32F107xx

ES022 Rev11

(Jun 2022)

STM32F100xC
STM32F100xD STM32F100xE

ES0136 Rev7

(Aug 2022)

HRTIM

STM32F334x4
STM32F334x6
STM32F334x8

ES0258 Rev8

(Aug 2021)

Table 4. Summary of silicon limitations

Current:

KDJEM1_0-1733228672726.png

A = limitation present, workaround available

Expected:KDJEM1_1-1733228771070.png

With N = limitation present, no workaround available

Nov 2024

I2c

STM32F427xx
STM32F437xx STM32F429xx
STM32F439xx

ES0206  Rev20

(Feb 2024)

Current:

- I2C master 

- I2C Slave

Expected:

- I2C Controller

- I2C Target

Nov 2024

STM32F405xx
STM32F407xx STM32F415xx
STM32F417xx

ES0182 Rev16

(Jul 2024)

STM32F469xx STM32F479xx

ES0321 Rev11

(Apr 2024)

STM32F446xC
STM32F446xE

ES0298 Rev6

(Apr 2024)

STM32F401xB  STM32F401xC

ES0222 Rev7

(Jan 2024)

STM32F401xD
STM32F401xE

ES0299 Rev4

(Jan 2024)

STM32F411xC
STM32F411xE

ES0287 Rev4

(Jan 2024)

STM32F410x8  STM32F410xB

ES0325 Rev5
(Jan 2024)

STM32F412xE STM32F412xG

ES0305 Rev13

(Jan 2024)

STM32F413xG
STM32F413xH STM32F423xH

ES0372 Rev5

(Jan 2024)

ADC

STM32L412xx
STM32L422xB

ES0456 Rev6 (Nov 2024)

Remove section:

Delete duplicated section:

"2.6.9 Writing ADCx_JSQR when JADCSTART and JQDIS are set might lead to incorrect behavior" should be removed. It is duplicated with "2.6.1 Writing ADC_JSQR when JADCSTART and JQDIS are set may lead to incorrect behavior"

Dec 2024
CEC

STM32H7A3xI STM32H7A3xG
STM32H7B0xB STM32H7B3xI

ES0478 Rev11 (Apr 2022)

Add section:

Unexpected TXERR flag during a message transmission.

Description 

During the transmission of a 0 or a 1, the HDMI-CEC drives the open-drain output to high-Z, so that the external pull-up implements a voltage rising ramp on the CEC line.
In some load conditions, with several powered-off devices connected to the HDMI-CEC line, the rising voltage may not drive the HDMI-CEC GPIO input buffer to VIH within two HDMI-CEC clock cycles from the high-Z
activation to TXERR flag assertion.
Workaround
Limit the maximum number of devices connected to the HDMI-CEC line to ensure the GPIO VIH threshold is reached within a time of two HDMI-CEC clock cycles (~61 µs).
The maximum equivalent 10%-90% rise time for the HDMI-CEC line is 111.5 µs, considering a VIH threshold equal to 0.7 x VDD.

Dec 2024
OCTOSPI

STM32H7A3xI STM32H7A3xG
STM32H7B0xB STM32H7B3xI

ES0478 Rev11 (Apr 2022)

Add section:

Transactions are limited to 8 Mbytes in OctaRAM™ memories.

Description 

When the controller is configured in Macronix OctaRAM™ mode, by setting the MTYP[2:0] bitfield of the OCTOSPI_DCR1 register to 011, only 13 bits of row address are decoded and sent to the memory, meaning that only 8 K of 1-Kbyte blocks can be accessed (8 Mbytes).
Workaround
None.
This limitation is not present for PSRAMs or HyperRAM™ memories.

Dec 2024
Document 

STM32H523xx
STM32H533xx

ES0621 Rev1

(Mar 2024)

Change bottom pages with the correct Errata sheet ID

Current:

ES0521.

Expected:

ES0621.

Sep 2024

 

Version history
Last update:
‎2025-01-31 12:30 AM
Updated by: