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.

MSP432E401Y: Store measurement data in internal Flash

Part Number: MSP432E401Y

Hi there,

I want to use the MSP432E401Y internal flash memory to store some data/results obtained in the operation process and read it in the future.

The data amount is small, and my code is also small, less than a half of the Flash memory size.

Is this implementable?

I read the following thread and I want to make sure I can do it.  

e2e.ti.com/.../msp432p401r-use-flash-as-eeprom-for-user-settings---is-there-a-dedicated-user-segment---similar-to-msp30

      

Thank you very much,

Zhonghai

  • Hi Zhonghai,

      There is a 6kB EEprom on the device that is separate from the main flash. You can store your data on the EEprom which is a non-volatile memory. Please refer the example C:\ti\simplelink_msp432e4_sdk_4_20_00_12\examples\nortos\MSP_EXP432E401Y\driverlib\eeprom_erase_pgm_read for reference.