2004-01-06 03:45 AM
ST7FLITE2 Cosmic C @eeprom doesn't work..help
2004-01-06 03:12 AM
I've checked previous messages and am using the suggested
@near @eeprom char time; I get message #error clnk FLite2.lkf:1 no default placement for segment .eeprom I thought it was all predefined for the architecture of the chip??? I'm using the evaluation version of cosmic at present as it's a small application and I'm just trying it out. Any help gratefully recieved. Delthecat (the grumpy old man really)2004-01-06 03:45 AM
Have you declared the eeprom segment.
You need the following in the linker command file. +seg .eeprom -b 0x1000 -m256 # eeprom area Regards sjo