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.

MSPM0L1105: How to access Flash memory on program

Part Number: MSPM0L1105
Other Parts Discussed in Thread: MSPM0L1306

Hi, 

The MSPM0 series does not have a data flash. It is necessary to rewrite the data on the program.
C2000 had Flash API, how does MSPM0 access Flash?

Thaks,

Eevee

  • Hi Eevee,

    Take a look at the flashctl examples in the MSPM0 SDK. After you install the sdk these should be located at C:\ti\mspm0_sdk_<version>\examples\nortos\LP_MSPM0L1306\driverlib in windows by default.

    You can also look at the API guide (similarly, this is at C:\ti\mspm0_sdk_<version>\docs\driverlib in windows by default) and look at the FLASHCTL module. 

    Best Regards,
    Brandon Fisher