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.

MSP430F5529: Writing on Information memory i.e on flash

Part Number: MSP430F5529

Hi Experts,

I want to write on INFOB and INFOA memory but I'm not getting how to write saw examples codes but failed. I want to write like this

#pragma location="INFOB"
const st_rf_config stRfConfig_bkup =
{
    .node_id = UNPAIRED_NODE_ID,
    .network_addr = UNPAIRED_NETWORK_ADDR,
//    .status = PAIRED_MODE,
    .status = UNPAIRED_MODE,
    .node_slot = 0,
};
 

Can anyone help me how to do that because I didn't found any support.......

**Attention** This is a public forum