1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 06:41:53 +02:00

m1rc3/norruption/LOG: NOR corruption not observed without power-cycling

This commit is contained in:
Werner Almesberger 2011-09-08 20:06:58 -03:00
parent 47f13281fe
commit 2e3553d458

View File

@ -142,4 +142,12 @@ power-cycling. If we still observe corruption with this test, then
a software problem would be to blame.
1 (09:11): started
2403 (19:07): standby still looks good
2509 (19:33): standby looks good
All CRC checks pass. Verified that NOR was unlocked:
(load fjmem, etc.)
peek 0 # show old value
poke 0 0x40 0 0x0000 # Word Program
peek 0 # read back status (0x80 if okay, 0x92 if locked)
poke 0 0xff # Read Array (switch back to normal operation)