Is there an exhaustive test to exercise RAM to inspect for flaky cells #6233
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2020-03-30 by @gfwilliams I think this is extremely unlikely, as I never never come across a microcontroller with flaky RAM. But the most sensible way to test would be to just try on a second device. The chances of two being dodgy are unbelievably tiny. Posted at 2020-03-30 by Robin Wed 2020.03.30 Rather than carry on two identical passages, the full narrative and explanation is within:
Has anyone a code snippet that might prove worthwhile? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-03-29 by Robin
Sun 2020.03.29
I have run into a bizarre troubleshooting situation, that has been narrowed down to a parsing issue, or
a potential corrupt memory situation.
Under the assumption this is not a parsing issue, maybe a hardware one.
Is there an exhaustive test to exercise RAM to inspect for flaky cells?
I realize this gets a bit tough as Espruino will need to run, and the test program will be part of that memory. But, maybe some detail may be garnered from testing the balance of memory perhaps?
Beta Was this translation helpful? Give feedback.
All reactions