Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self signed certificate error with using ATECC608A #24

Open
ymallik opened this issue Jun 11, 2020 · 1 comment
Open

Self signed certificate error with using ATECC608A #24

ymallik opened this issue Jun 11, 2020 · 1 comment
Labels
type: imperfection Perceived defect in any part of project

Comments

@ymallik
Copy link

ymallik commented Jun 11, 2020

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.

@scarolan
Copy link

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.

@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants