2019-05-08 06:01 AM
Im using the X-CUBE-EEPROM to simluate an eeprom with the flash for a nucleo development board (NUCLEO-L452RE-P).
When adapting the example and debugging it, the HardFault_Handler routine from EEPROM_Emul/STM32L4/Src/stm32l4xx_it.c is called when the routine "EE_Init" is called at the main.c file.
Im using Atollic TrueStudio and imported the project from this directory:
\Projects\Multi\Applications\EEPROM_Emul\STM32L4\EWARM\STM32L4R5ZI_Nucleo
Is there any extra configuration I have to set for it to work?