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.

MSP432 - Need Example of using CMSIS to read and write a variable value to FLASH

MSP432 - Need Example of using CMSIS to read and write a variable value to FLASH

Using CCS with GCC compiler (Black version of Launchpad)

  • Hi Curt,
    according to my knowledge there is no simple way. If you really want to go down that road, you can take a look at the driverlib source code how it performs flash writes, but it is far from easy.
    Why do you want to overwrite the FLASH? Maybe there is a simpler way to overwrite your program in RAM (since it is stored in RAM on booting the MSP432).

    Cheers,
    Dan
  • Decided to use Driverlib to store calibration related data - Thanks 

**Attention** This is a public forum