ots-m2m / sew-lwm2m-reference-design

A reference implementation of the South East Water LWM2M water meter design
Mozilla Public License 2.0
7 stars 0 forks source link

Concept: Self test memory and range check #6

Closed mofosyne closed 7 years ago

mofosyne commented 7 years ago

In base objects, we should during initialisation always check if memory is written to correctly.

This would allow for catching broken memory cells etc...

At the very least it should also test maximum and minimum data range. This would at least also assist in porting to different sized arch, to catch overflow error during unit test.

markjasonanderson commented 7 years ago

not needed in a reference design