Part Number: CC2640R2F
Tool/software:
Hello Team,
I am trying to write a 64-byte Public Key into the Data Zone (slot 9) of the ATECC608A chip from TI CC2640R2F. I am following these steps to write the key:
1)Initialized the ATECC chip.
2)Wrote the configuration in the configuration zone.
3)Checked if the Data slot is locked or not.
4)Attempted to write the key in the Data slot of the ATECC chip if the Data slot is unlocked (atcab_write_byte_zone())
After these steps, I am encountering an ATCA_Execution_ERROR. Is this method correct for writing the key in the slot? Are there any other parameters I might be missing to successfully write the key?