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.
The text was updated successfully, but these errors were encountered:
I experienced the same error, reported in #41. I'm working on an ESP32 but the error looks the same.
Have you tried experimenting with different slots? For some reason I had much better luck with slot 2 than any others. Even so, slot 2 would also error out around 50% of the time. I also noticed it will sometimes create a self-signed certificate with a bad/missing date field.
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 atcrc16()
function inreceiveResponse()
inECCX08.cpp
file.The text was updated successfully, but these errors were encountered: