This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMP007: Programming the Nonvolatile Memory

Part Number: TMP007

Hi

In Section 7.4.3.1 Programming the Nonvolatile Memory, in TMP007 datasheet

under Figure 29 Sample Flow,

Could you please advise what exactly should be done in order to 'Clear Target Register' ? what is the exact I2C word needed to be written

Thanks 

  • TI support team will contact you shortly.
  • Its important to understand that this flow can be applied to any register in the device.

    Write Value to Target Register: You begin by configuring the register that you wish to store. You do this normally through the register's pointer.
    Write to Memory Access Register Address 2Ah: This operation writes to the EEPROM. You must indicate which register you wish to store by referencing its register pointer.
    Clear Target Register: Write all zeroes to the register you stored. This operation is performed simply so that we can confirm the desired value was written to EEPROM in the following steps.
    Write to Memory Access Register (2Ah) to Load Value from Memory to Target Register: This operation loads the register using the information stored in EEPROM for that register.
    Read Target Register to Verify Programming: This is the last operation that confirms the write was successful. You can also power-cycle the device to confirm that the write was successful.

    Ren
  • understood

    thanks