RAM and EEPROM tester for Javelin?
Has anyone written a memory (self)test for the Javelin?· Maybe using .freeMemory and writing 0xAA/0x55/0x00/0xFF and then reading back.· Is it worth the effort? (living here in the remote 3rd world makes it difficult to pick up a new chip at short notice!).
Comments
to eeprom addresses that are used for the javelin program.
You can copy the EEPROM class and rename it, then remove
that limit. Better not forget to reprogram the javelin afterwards
with a 'normal' program, otherwise the javelin writes to the
eeprom everytime it restarts.
regards peter
I thought you were talking about the eeprom.
You can only test the ram occupied by variables, but not via addresses.
Allocate one large array of char and test every char of that array.
regards peter