Testing wear-leveling object
lardom
Posts: 1,659
I'm working on a lite-duty wear-leveling object designed to reduce the number of rewrites to the same eeprom memory address. The idea behind it is to write to the next available element in an array. Once the array is full it is cleared to zero and incremented again. Phil Pilgrim and kuroneko helped me figure this out so my thanks to them.
I used a random number "7" to test it out. I want to verify that the eeprom is written to only one element at a time until the array is full. I would appreciate any feedback.
To run it;
1)F10
2)F12
3)'any key'
4)enter
I used a random number "7" to test it out. I want to verify that the eeprom is written to only one element at a time until the array is full. I would appreciate any feedback.
To run it;
1)F10
2)F12
3)'any key'
4)enter