? Looking at EEPROM memory with Memory Manager
bdb
Posts: 30
Going through What's a Microcontroller, Chapter 7, where you make a reading and store the value to the EEPROM using the "WRITE eepromAddress, Word time" then use another program to read the memory back· using "READ eepromAddress, Word time".
Part of the exercise is to use the Memory Manager to look at the EEPROM memory.· I see where the program tokens are stored in the upper reaches of memory.· But I don't see where I can directly look a the stored variables in the memory manager.
For my own education, is there a way to actually look at the data representation on the EEPROM ?
I've tried writing a very repetative sequence to the memory and read it back (both repeating the same number like 10,10,10,10 expecting to see 0A,0A,0A and an increasing sequence 1,2,3,4,...10 of course Hex 1,2,3,4,....A).· However, I don't see where running the program makes the memory manager show more bytes as being occupied, much less seeing the expected sequence.
Am I missing something or does the Memory Manager not show data on the EEPROM, and if not, can you somehow directly look at the EEPROM ?
Part of the exercise is to use the Memory Manager to look at the EEPROM memory.· I see where the program tokens are stored in the upper reaches of memory.· But I don't see where I can directly look a the stored variables in the memory manager.
For my own education, is there a way to actually look at the data representation on the EEPROM ?
I've tried writing a very repetative sequence to the memory and read it back (both repeating the same number like 10,10,10,10 expecting to see 0A,0A,0A and an increasing sequence 1,2,3,4,...10 of course Hex 1,2,3,4,....A).· However, I don't see where running the program makes the memory manager show more bytes as being occupied, much less seeing the expected sequence.
Am I missing something or does the Memory Manager not show data on the EEPROM, and if not, can you somehow directly look at the EEPROM ?
Comments
DATA "This a test of the memory map"
You'll be able to see the stored data after the program is compiled. You can even view it in ASCII format.