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
I'm using the MKR1000 board, and trying to generate a CSR with the sketch example ECCX08CSR
the code stop at this condition:
if (!ECCX08CSR.begin(slot.toInt(), generateNewKey.startsWith("Y")) {
Serial.println("Error starting CSR generation!");
while (1);"
I locked the chip and get the SerialNumber when starting, it seems to work properly until the CSR genearation. i tried to bypass the condition, the CSR is empty.
How can i troubleshoot this ?
Thanks for help!
The text was updated successfully, but these errors were encountered:
Hi,
I'm using the MKR1000 board, and trying to generate a CSR with the sketch example ECCX08CSR
the code stop at this condition:
I locked the chip and get the SerialNumber when starting, it seems to work properly until the CSR genearation. i tried to bypass the condition, the CSR is empty.
How can i troubleshoot this ?
Thanks for help!
The text was updated successfully, but these errors were encountered: