EEPROM Dump Utility?
bill190
Posts: 769
Is there a utility program I can use to dump the memory from the EEPROM on my homework board?
Note that "Memory Map" just shows the program on your pc and not the actual memory from the homework board.
I am writing programs, which when run, modify the memory in the EEPROM. So I want to see what is going on with the EEPROM after my program has run.
Note that "Memory Map" just shows the program on your pc and not the actual memory from the homework board.
I am writing programs, which when run, modify the memory in the EEPROM. So I want to see what is going on with the EEPROM after my program has run.
Comments
A simple program to dump all of memory to the debug window of the Stamp Editor would be:
Making it look pretty and more compact "is an exercise for the reader".
-Phil
That works great. Thanks guys!
One of the attached displays in HEX.
The other displays in ASCII characters, but only·if the value is 32 decimal or higher. Below that value and it displays a ".".· (Those are control characters and they will make the screen go haywire if displayed on the screen!)