kawal547 / open9x

Automatically exported from code.google.com/p/open9x
0 stars 0 forks source link

Free eeprom count oddity #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hmm, thought that was solved, but it seems not..

- Load an empty model (13 bytes). Free eeprom is 587 bytes.
- Load a 287 byte model. Free eeprom goes down to 313 bytes. Count is correct, 
we recovered the 13 bytes from the previous temp file, and we reserved 287 
bytes for the copy of the new model. 

Now is the problem. click the trim once, free eeprom goes down to 28 bytes. 
What happens here? Do we have 3 copies of the same model in eeprom? doesn't 
make sense, there should be only  the original and the copy. Once a change has 
been made and the new version was correctly written, the original should be 
discarded and become the new working copy, no?

Stock board of course.

Original issue reported on code.google.com by bernet.a...@gmail.com on 24 Aug 2012 at 3:27

GoogleCodeExporter commented 8 years ago

Original comment by bson...@gmail.com on 27 Aug 2012 at 4:31