Menu

Error: GCASM: Symbol EEDATH has not been defi

Dan Damron
2010-06-06
2013-05-30
  • Dan Damron

    Dan Damron - 2010-06-06

    I get this error message:
    Error: GCASM: Symbol EEDATH has not been defined

    here's the code I used to reproduce it..
    ;Chip Settings
    #chip 18F4682,8

    EPWrite 0, 170
    EPWrite 0x3ff, 85

    dim loop as word

    for loop = 256 to 512
    EPWrite loop, 85
    next
    ProgramWrite 0x1000, 0x00

    I'm testing out the ProgramWrite command….

    Kindest Regards,

    Dan Damron
    VE6IBM

     
  • kent_twt4

    kent_twt4 - 2010-06-07

    If you wanted to just store data in program flash memory, then use the Lookup Table syntax for storing and ReadTable command for reading from flash.  Don't see how ProgramWrite from eeprom.h would work, without TABLAT, TBLPTR etc.  Maybe it's referenced someplace else?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.