2018-11-02 09:49 AM
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
2020-01-24 06:53 AM
You are very good person.
it really worked for me.
May Allah make things easier for you