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.

MSP430F2618: The temperature storage value has been cleared.

Part Number: MSP430F2618

 Temperature Address is 0x10E8(4byte) and 0x10EA(4byte).

The contents were deleted after setting the memory option as below.

Path: Memory Options -> Memory Erase/Write/Verify Address Range -> All Memory [Check]

 

# Question

How can I recover the erased temperature value?

 

#define CAL_ADC_25T85_                       0x10EA;

#define CAL_ADC_25T30_                       0x10E8;

  • Hi,

    The TLV data is specific per device. So unfortunately, you can't recover the erased data.

    SegmentA, where stored the TLV data, of the information memory is locked separately from all other segments with the LOCKA bit. Please confirm that you already erased the data.

**Attention** This is a public forum