You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
From the datasheet:
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.The text was updated successfully, but these errors were encountered: