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.

Compiler/MSP432P401R: Information Flash Read And Write Function with A Traditional Way

Part Number: MSP432P401R

Tool/software: TI C/C++ Compiler

Hi all,

I have read and searched a lot of information of information flash in MSP432P401R.

All I could find are API calling, such as FlashCtl_protectSector(FLASH_MAIN_MEMORY_SPACE_BANK0,0xFFFFFFFF);

But we need to use a traditional way to control MSP432, e.g. FCTL1 = FWKEY + ERASE;

Are there any sample code that can offer or how can I do flash read and write operations?

I have downloaded MSP432P401x_Code_Examples from TI's website but there is no sample for flash.

Please help me or let me know how to get a way for solving the issue.

BR,

Yu-Chuan, Chen