We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffaa6c7 commit be82f09Copy full SHA for be82f09
main.c
@@ -183,6 +183,8 @@ int main(void)
183
/* Verify that the device has a locked config before doing anything */
184
ASSERT_SUCCESS_PSA(atecc608a_check_config_locked());
185
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). */
188
test_write_read_slot(8);
189
190
/* Test that a public key received during a private key generation
0 commit comments