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.

Flash Memory in MSP430

I want to read flash memory 1time in day. I am using flash memroy to keep count of days and at end of each day it writes to flash. now if i want to see how many days have been passed i want to read flash how i can do that.  

  • There are several recent threads dealing with this question. Please search the forum.

    basically, Flash memory is jus tmemory to the MCU. To the MCu (and the C code) it makes no difference whether data is in flash or ram. Even the hardware registers are just memory locations. So create a pointer to the location/address where you stored your info and use it as you use any othe rpointer to a variable. Only that you cannot write to flash this way.

**Attention** This is a public forum