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
Host MCU: Microchip wlr089 (sam0 microchip)
Chip: ATECC608A in 88CKSCKT Xplained Pro
Interface : I2C Bus
Issue:
When I tried to init the cryptoauth library, it returned calib_read_zone error (Failed with ret = 0x0000F3).
Also, I tried to get a random number. However, it showed the same error.
By debugging, I checked that hal_i2c_received function got always the same frame (0x4 0x11 0x33 0x43). This frame equals with wake-up frame thath atecc608 returns. Moreover, ret = 0x0000F3 seems to be ATCA_WAKE_SUCCESS in cryptoauthlib status codes.