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.

Define Memory Location To Specific Value

Other Parts Discussed in Thread: MSP430F2619

I'm working with a MSP430F2619 and CCS V5.3.  I need to fix memory address 0x6000 (not utilized) to a predetermined (constant16-bit value.  The assembler directive ORG doesn't exist.  Any suggestions?

This doesn't work:  #pragma LOCATION (0xcb8c, 0x6000)  location 0x6000 is 0xffff

Neither does this:  unsigned int const CRC_word = 0xcb8c;  #pragma LOCATION (CRC_word, 0x6000)  location 0x6000 is 0xffff

 

 

**Attention** This is a public forum