Posted on November 22, 2006 at 04:58it's immposible! I wrote extra line like you said me: +seg .eeprom _b 0x1000 -c in *.lkf file.But when I try to start ''build'' function in STVD7 *.lkf file is automaticaly overwrite and my line is deleted. I writ...
Posted on November 17, 2006 at 05:09Thanks Luca I try it and no luck. I write 0x1000 (first byte in eeprom) no luck. I have question: how can I modify *.lkf file? It is done by linker. This is my first step in st7 and c language ( befor I write only...
Posted on November 16, 2006 at 08:12Hello I use st7flite09 and stvd3 and cosmic c. I want to store two bytes in eeprom. How can I do it? I wrote in main.c: @eeprom char var1; @eeprom char var2; and I became error: #error clnk Debug\sw-dimm.lkf:1 no ...