View Source ATECC508A.OTPZone (atecc508a v1.2.0)

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

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

Read the OTP

@spec 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.