ATECC508A.OTPZone (atecc508a v0.3.0) View Source

This module handles operations on the OTP zone.

Link to this section Summary

Functions

Read the OTP

Write the configuration.

Link to this section Functions

Specs

read(ATECC508A.Transport.t()) :: {:ok, <<_::512>>} | {:error, atom()}

Read the OTP

Specs

write(ATECC508A.Transport.t(), <<_::512>>) :: :ok | {:error, atom()}

Write the configuration.

This only works when the ATECC508A is unlocked and only bytes not all bytes can be changed. This only writes the ones that can.