You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
first of all, thank you for this library
I wanted to use this to store permanent data on my STM32F030K6T6
However, EE_Write() and EE_Writes() both return false on if(HAL_FLASH_Program(FLASH_TYPEPROGRAM_WORD((i+StartVirtualAddress)*4)+_EEPROM_FLASH_PAGE_ADDRESS,(uint64_t)Data[i])!=HAL_OK)
which is on line 172 of eeprom.c
what could be the cause of the problem?
The text was updated successfully, but these errors were encountered:
Do you config correctly eepromconf.h ?Send to meOn 15 Jan 2020 14:16, pooyasa <[email protected]> wrote:Hi,
first of all, thank you for this library
I wanted to use this to store permanent data on my STM32F030K6T6
However, EE_Write() and EE_Writes() both return false on
if(HAL_FLASH_Program(FLASH_TYPEPROGRAM_WORD((i+StartVirtualAddress)*4)+_EEPROM_FLASH_PAGE_ADDRESS,(uint64_t)Data[i])!=HAL_OK)
which is on line 172 of eeprom.c
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.
Hi,
first of all, thank you for this library
I wanted to use this to store permanent data on my STM32F030K6T6
However,
EE_Write()
andEE_Writes()
both return false onif(HAL_FLASH_Program(FLASH_TYPEPROGRAM_WORD((i+StartVirtualAddress)*4)+_EEPROM_FLASH_PAGE_ADDRESS,(uint64_t)Data[i])!=HAL_OK)
which is on line 172 of eeprom.c
what could be the cause of the problem?
The text was updated successfully, but these errors were encountered: