I'm trying to read the contents of a flash memory location in a PIC18F4455 using the statement:
"ProgramRead xx,yy"
where xx and yy are previously declared word variables.
I get build-time errors (I think from the assembler; GPASM) that say :
"symbol not previously defined (EEDATH) "
"symbol not previously defined (EEADRH) "
I've seen this reported on the forum, but I can't find any solution for it.
Has anyone made this work?
Joe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to read the contents of a flash memory location in a PIC18F4455 using the statement:
"ProgramRead xx,yy"
where xx and yy are previously declared word variables.
I get build-time errors (I think from the assembler; GPASM) that say :
"symbol not previously defined (EEDATH) "
"symbol not previously defined (EEADRH) "
I've seen this reported on the forum, but I can't find any solution for it.
Has anyone made this work?
Joe