Other Parts Discussed in Thread: MSP430G2453, MSP430G2553
I need to know the contents of the Seg-A flash memory so that I can try and solve an erase issue.
I need a list of what information has been stored on this MSP so I know how I can use Seg-A to do either a redundant write or just a backup of user memory contents:
All I know from the datasheet is that the DCO constants are in the range of:
0x10f8 - 0x19ff.
I know I need the above values retained in memory.
Do I need to keep the contents in 0x10da (ADC10 TAG_ADC10_1)? I am only using the ADC10 to read the chip temperature at this time.
Is the chip manufacturing info in Seg-A?
Again, a definition of the information found in a raw MSP430G2453 information memory would be extremely helpful at this time (now :)
WHY: My Seg-D is written with values critical to the operation of the MSP application. If power is interrupted to the MSP, Seg-D is erased. I have attempted to resolve this issue by removing all code that writes to Seg-D and the information memory is still cleared by an intermittent power supply. Installers are clearing the contents of information memory when connecting the power supply to the control, need appropriate solution to this issue. If I store information in Seg-A, the power supply issue seems to retain information stored here.

