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
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
The default I2C address can be changed on the various ATECC108A/ECC508A/SHA204A/AES132A devices. This must happen before personalization is complete. Adding the ability to change the address would increase the flexibility of this tool.
Note that the address would need to be converted from the 7-bit format typically used on the Linux host to the 8-bit format on the device (i2c_addr_linux << 1 == i2c_addr_atmel).
Suggest 'n' (new-address) as the command, since 'a' (address) cannot be overloaded for this purpose.