Skip to main content
ETone
Associate III
November 2, 2018
Question

EEPROM emulation on stm32h7

  • November 2, 2018
  • 1 reply
  • 958 views

I believe I found a bug in the eeprom emulation for the stm32h7 in the \STM32Cube\Repository\STM32Cube_FW_H7_V1.3.0\Projects\STM32H743I_EVAL\Applications\EEPROM\EEPROM_Emulation\Src file eeprom.c. The EE_ReadVariable returns erroneous data.

line 426 of this file reads

Address = Address - 32;

this should be changed to

Address = Address - 64;

to correct the problem.

Gene

    This topic has been closed for replies.

    1 reply

    kucukgoz
    Visitor II
    January 24, 2020

    You are very good person.

    it really worked for me.

    May Allah make things easier for you