Newzed
02-17-2005, 06:14 AM
I am prototyping a new EEPROM.· When I enter the number of packets to receive and store, I would like to automatically write the number of packets to the Stamp EEPROM so when I want to read the stored data the Read routine will read the Stamp EEPROM and get the number of packets to read out.
I wrote:
WRITE 0, word a········ 'a was previously entered as 25
After loading and running the program, I looked at the memory Map.· There was nothing there.· Am I misunderstanding the use of WRITE?· If it does not appear in Stamp EEPROM and is not there when I reboot, this effort will avail nothing.· I do not want to write a DATA statement and reload the program everytime I change the number of packets to read.
Thanks
Sid
I wrote:
WRITE 0, word a········ 'a was previously entered as 25
After loading and running the program, I looked at the memory Map.· There was nothing there.· Am I misunderstanding the use of WRITE?· If it does not appear in Stamp EEPROM and is not there when I reboot, this effort will avail nothing.· I do not want to write a DATA statement and reload the program everytime I change the number of packets to read.
Thanks
Sid