Tool/software:
Hi,
I'm trying to implement the EEPROM emulation in my project. I try the resource explorer example and works well, but when I want to import the library to my project (adding the paths to the project and including the files), I only get HardFault when I try to initializate the library (EEPROM_TypeA_init).
I have defined the ramfunc attribute in the .cmd file (.TI.ramfunc : load = FLASH, palign(8), run=SRAM, table(BINIT)) also I'm disabling all the interrupts before running the init function.
I don't know what is going on... I need to enable something in the SysCFG?
Best regards,