Home | Screen shots | Documentation | Download | Contact | Blog

EEPROM data

The arduino has three memories, being data memory, EEPROM memory and code memory. The division of these memories in different locations is called a harvard architecture. This is different from the von neumann architecture used on the PC.

The view of the EEPROM data allows you to see what is inside the EEPROM. This is a simple dump.

The view looks like:


EEPROM data


Sometimes we need to change a byte inside the memory. Then it is a good idea to know exactly what byte that is. If we know what address we want to change we can simple fill out the address and the value to change to.

In the Change value field press enter and the byte will be written in the EEPROM.



previous
home
next


  © COPYRIGHT 2010 Imre Leber