Skip to main content
Visitor II
November 29, 2021
Solved

Does STM32L462RE have EEPROM? In the card that comes with the board says it does, however I can't find anything in the datasheet, nor on the website or the Hal driver files.

  • November 29, 2021
  • 1 reply
  • 966 views

In the card that comes with the board says it has 16 Kbytes of EEPROM.0693W00000GZGhjQAH.jpg 

Here is the link from the website (can't find anything about EEPROM): https://www.st.com/en/microcontrollers-microprocessors/stm32l462re.html

Also can't find anything about EEPROM in the datasheet nor the HAL Drivers files.

    This topic has been closed for replies.
    Best answer by Peter BENSCH

    Well, this is a small typo on the card: the bullet should not be under the features of the STM32L462RE, but as a separate bullet.

    On the B-L462E-CELL1 you mentioned, there is actually an external EEPROM built in: 16KB of I2C EEPROM (M24128-DFMN6TP), it is U23 at the bottom side of the board.

    Good luck!

    If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.

    /Peter

    1 reply

    Technical Moderator
    November 29, 2021

    Well, this is a small typo on the card: the bullet should not be under the features of the STM32L462RE, but as a separate bullet.

    On the B-L462E-CELL1 you mentioned, there is actually an external EEPROM built in: 16KB of I2C EEPROM (M24128-DFMN6TP), it is U23 at the bottom side of the board.

    Good luck!

    If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.

    /Peter