Question
STM32F4 EEPROM emulation HAL library
Posted on August 19, 2015 at 10:41
Hello there,
I am trying to find any resources on how to emulate eeprom inside flash of an STM32F4 MCU using the HAL library, but I cannot find anything. Could anyone please point me out any resources, examples or tutorials? Also, what are those in stm32_hal_legacy.h, i dont get it:/** @defgroup HAL_FLASH_Aliased_Functions HAL FLASH Aliased Functions maintained for legacy purpose
* @{ */ &sharpdefine FLASH_HalfPageProgram HAL_FLASHEx_HalfPageProgram &sharpdefine FLASH_EnableRunPowerDown HAL_FLASHEx_EnableRunPowerDown &sharpdefine FLASH_DisableRunPowerDown HAL_FLASHEx_DisableRunPowerDown &sharpdefine HAL_DATA_EEPROMEx_Unlock HAL_FLASHEx_DATAEEPROM_Unlock &sharpdefine HAL_DATA_EEPROMEx_Lock HAL_FLASHEx_DATAEEPROM_Lock &sharpdefine HAL_DATA_EEPROMEx_Erase HAL_FLASHEx_DATAEEPROM_Erase &sharpdefine HAL_DATA_EEPROMEx_Program HAL_FLASHEx_DATAEEPROM_Program #eeprom #flash