Other Parts Discussed in Thread: MSP430G2453
This is a 2 part question with a comment:
1) We are writing constants into the Information Memory of an MSP430G2453 when flashing the product for resale.
Can we write values into Information Memory (not using the code in the main segment of memory) when debugging the MSP430G2453 with CCS, if so how?
Example:
Memory address 0x1000 value will be 0x6a4,
Memory address 0x1002 value will be 0x73a,
...,(we will include other locations as well).
2) If the above is possible, can we use the TI-TXT hex format file to flash the values into the uC for production?
Comment: If a script needs to be written for CCS, could you please line us out on how to go about this function.