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
Describe the bug
Getting ATCA_WAKE_SUCCESS on every command to ATECC608B.
On Calling atcab_init api the response is always ATCA_WAKE_SUCCESS or 0x04 0x11 0x33 0x43 i am using STM32F0 controller and ATECC608B I2C device. and I2C speed is 100khz
console logs
..\libs\cryptoauthlib\lib\calib\calib_read.c:103:f3:calib_read_zone - execution failed ..\libs\cryptoauthlib\lib\calib\calib_read.c:619:f3:calib_read_zone - falied
STATUS CODE 0xf3
Expected behavior
atcab_init must be return the ATCA_SUCCESS.
The text was updated successfully, but these errors were encountered:
Describe the bug
Getting ATCA_WAKE_SUCCESS on every command to ATECC608B.
On Calling atcab_init api the response is always ATCA_WAKE_SUCCESS or 0x04 0x11 0x33 0x43 i am using STM32F0 controller and ATECC608B I2C device. and I2C speed is 100khz
console logs
Expected behavior
atcab_init must be return the ATCA_SUCCESS.
The text was updated successfully, but these errors were encountered: