cancel
Showing results for 
Search instead for 
Did you mean: 

EEPROM emulation on stm32h7

ETone
Associate III

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

1 REPLY 1
kucukgoz
Associate

You are very good person.

it really worked for me.

May Allah make things easier for you