I am attempting to initial the capability container on a NT3H2111 using I2C.
My first attempt was to read the existing data in pages 0 to 3 and set
page 3 to 0xE1 0X10 0x6D 0x00.
Following the write I an no longer able to read or write using i2c.
Later I noticed a not in the specification:
"The byte 0 of block 0 is always read as 04h. Writing to this byte modifies the l2C address."
What does this mean? Do I have to set byte 0 to 0x55 so the ics address stays at 0x55 ?