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.

MSP430FR6989: MSP430FR6989 CMD file config

Part Number: MSP430FR6989

I would like to split a few Spaces in the FRAM of 6989: Origin = 0x4400, Length = 0XBB80, which can be powered down to keep the data.

Try # pragma PERSISTENT (FRAM_DAC)

#pragma location = 0xC23e// address

uint16_t FRAM_DAC[6]={0};

Data cannot be written to this space.Now I want to configure the CMD file to implement it.How do I do that? Thanks!!

**Attention** This is a public forum