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
We are trying to generate self signed certificate using ATECC608A chip. Our environment is Arduino M0 and ATECC608A chip is connected through I2C line and chip is recognized.
When we try to generate self signed certificate, we get the error, "Error starting self signed cert generation!" (beginStorage() function fails). When we debugged further, it fails at crc16() function in receiveResponse() in ECCX08.cpp file.