
Originally Posted by
DaveC3
I have a 18F2515 it has no EEPROM but has 3K of RAM. I know how to read and write to EEPROM using "DATA" and "EEPROM" statements. I can not find anything on accessing the on-chip RAM.
1. Can you write to RAM at Program time?
2. How do you write and read the RAM while running the program.
Thanks
Dave
Keep in mind however, that the RAM is volatile, so will get wiped when the PIC is powered down. Thus the reason for EEPROM.
"I think fish is nice, but then I think that rain is wet, so who am I to judge?" - Douglas Adams
Bookmarks