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.

Storing variable in flash memory of MSP430F6736

Other Parts Discussed in Thread: MSP430F6736

Hi,

I am using MSP430F6736.  I need to store a variable in the flash memory .Is there any keyword to store data in flash? The value in that is changing during the program execution. Is it possible? 

Also, what is getting stored in the information memory of the flash?

Thanks

  • Hi Priya!

    Go to here:

    and download the code examples and have a look at:

    • MSP430F673X_FLASHWRITE_01.c       Flash In-System Programming, Single-Byte Copy SegC to SegD
    • MSP430F673X_FLASHWRITE_02.c       Flash In-System Programming, Long-Word Write at 0x1800

    These are examples to write data into the flash. Try to start from that point.

    The information memory is to store user data. Info A contains calibration constants for your processor, but info B, C and D are free to use. Of course you can use A as well, but then your calibration constants are gone.

**Attention** This is a public forum