Question
IAR Kickstart STM8L05 EEPROM
Posted on February 04, 2014 at 11:50
Hi
I'm using the 8K limited IAR Kickstart compiler on the STM8L051F3 (8K) I'm using EEPROM and get the following 3 Linker errors Error[Li005]: no definition for ''__eeprom_program_byte'' [referenced from eeprom_util.o(dlstm8smn.a)] Error[Li005]: no definition for ''__eeprom_wait_for_last_operation'' [referenced from eeprom_util.o(dlstm8smn.a)] Error[Li005]: no definition for ''__eeprom_program_long'' [referenced from eeprom_util.o(dlstm8smn.a)] The functions are not mine. They are IAR library functions. Does the Kickstart compiler support EEPROM? Is there a special include file needed for EEPROM? I've scanned through the General and Linker options and changed a few settings but to no avail. Any suggestions? Thanks Andre