Skip to content

Commit be82f09

Browse files
author
Andrzej Kurek
committed
Add a comment about slot 8 configuration
1 parent ffaa6c7 commit be82f09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ int main(void)
183183
/* Verify that the device has a locked config before doing anything */
184184
ASSERT_SUCCESS_PSA(atecc608a_check_config_locked());
185185

186+
/* Slot 8 is usually used as a clear write and read certificate
187+
* or signature slot, as it is the biggest one (416 bytes of space). */
186188
test_write_read_slot(8);
187189

188190
/* Test that a public key received during a private key generation

0 commit comments

Comments
 (0)