Shop OBEX P1 Docs P2 Docs Learn Events
Testing wear-leveling object — Parallax Forums

Testing wear-leveling object

lardomlardom Posts: 1,659
edited 2012-12-06 12:54 in Propeller 1
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
Sign In or Register to comment.