Skip to main content
Dejan Nedeljkovic
Associate III
September 24, 2019
Question

HardFault EEPROM Emulation on STM32F767II

  • September 24, 2019
  • 0 replies
  • 521 views

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

This topic has been closed for replies.