mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 11:30:37 +02:00
m1rc3/norruption/LOG: NOR corruption not observed without power-cycling
This commit is contained in:
parent
47f13281fe
commit
2e3553d458
@ -142,4 +142,12 @@ power-cycling. If we still observe corruption with this test, then
|
|||||||
a software problem would be to blame.
|
a software problem would be to blame.
|
||||||
|
|
||||||
1 (09:11): started
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user