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.

CCS/CC430F6137: How do data store Permanently (Not erasable memory) using cc430f6137

Part Number: CC430F6137
Other Parts Discussed in Thread: MSP430WARE

Tool/software: Code Composer Studio

Dear Sir,

              currently, I am using cc430f6137 ic for my project. I want to data store on not erasable memory. How do data store not erasable memory using cc430f6137?

  • Hey Sivanathi,

    Here is a resource that shows how to place variables in specific parts in memory. This will be helpful if you have constants you want to write to flash when downloading firmware to the device(look up tables, constants, etc). You will want to scroll down to the CCS section:

    processors.wiki.ti.com/.../Placing_Variables_in_Specific_Memory_Location_-_MSP430

    If you need to write to flash during runtime, we have code examples that show how to do this. These can be found in CCS by navigating to:

    View > Resource Explorer > MSP430Ware > Devices > CC430FXX > CC430F6137 > Peripheral Examples > Register Level > cc430x613x_flashwrite_xx.c

    Thanks,

    Mitch