Open
Description
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.