Open
Description
From the datasheet:
Lock bits in OTP are triple-redundant with a majority vote. They can’t be ECC-protected, because they may be mutated
bit-by-bit over multiple programming operations.
which makes sense.
But in the main.c
code, ECC is used to lock the page 48, albeit 3 bytes are provided (which is clearly raw). If it is ECC, only 2 bytes should be provided.
rp2350_hacking_challenge/main.c
Line 35 in bb76472
If I understood correctly, OTP_CMD_ECC_BITS
should not be used.
Metadata
Metadata
Assignees
Labels
No labels
Activity