2019-09-24 03:16 AM
Hi
I am using the EEPROM Emulation on STM32F767II.
Always when the FLASH_Erase_Sector() is called it gets a HardFault.
This is my setting in eeprom.h:
#define PAGE_SIZE (uint32_t)0x8000
#define VOLTAGE_RANGE (uint8_t)VOLTAGE_RANGE_3
#define EEPROM_START_ADDRESS ((uint32_t)0x081C0000)
Does anyone have a hint what's going wrong with this setup?
Regards
Dejan