Skip to content

typo: correct comment about WriteConfig byte #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions atecc608a/atecc508a_config_dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const uint8_t template_config_508a_dev[] =

/* Bytes 20-51 are SlotConfig, 2 bytes per slot. Slots 0-7: private keys.
* 0x8720 = 1000 0111 0010 0000
* (12-15) 0010 WriteConfig - Clear text write permitted, GenKey may be
* used to write random keys into this slot.
* (12-15) 0010 WriteConfig - Clear text write not permitted, GenKey may
* be used to write random keys into this slot.
* (8-11) 0000 WriteKey - Irrelevant, since clear writes are permitted.
* (7) 1 IsSecret - The contents of this slot are secret.
* (6) 0 EncryptRead - Reads from this slot are prohibited.
Expand Down