Posted on November 10, 2003 at 09:07Hi Ranjeet, thanks, but initializing EEprom variables makes no sense, because the EEprom cells should have the value they had the last time the prozessor was running before switching off the apparatus, initializin...
Posted on November 02, 2003 at 20:36Hi Ulrichs, how are you dealing with your EMC problem ? Is it solved meanwhile or still pending ? I'm asking because I've similar problems, I have lost/changed EEprom values when I switch my inDart board off/on, b...
Posted on October 30, 2003 at 12:18Hi sjo, thanks for your advice, basically it works, but not very reliable ! My simple program is like: @near @eeprom ee_test; .... Main() { ee_test++; (then put EEprom cell content to the LED port to visualize) } I...
Posted on October 29, 2003 at 14:12Hello programmers, I have a problem with the COSMIC Compiler (for ST7Lite0) when I want to work with EEprom variables. Just declaring them by @eeprom char xyz; and treating them like ''normal'' variables seems not ...