Hi
It should be an easy task to write a variable to a specific address in the flash area while programming in CCS. However it has caused me some problems - maybe some can point out what i'm doing wrong. In the main code I have written the following code just after the other variable declarations:
#pragma DATA_SECTION(TestVAR, ".infoC")
const unsigned char TestVAR = 0x41;
Before programming the MSP430F2370, the contents of infoC area (0x1040) is 0xFFFF. After programming where the program counter is waiting at the first line in the main rutine, the content of 0x1040 remain unchanged, which means the value it still 0xFFFF. Shoudn't the value have changed?
I'm using Code Composer Version: 5.5.0.00077 (16kb free edition)
Regards Henrik
