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: Loading a binary object into flash during programing to be read by NVS later

Part Number: MSP432P401R


Tool/software: TI C/C++ Compiler

Hello All,

I am using a MSP432P401R and working with the NVSInternal sample from the SDK.  What I would like to do is during the CPU flashing / programming process include a binary file created on the Host OS that will be read by the NVSInternal peripheral at runtime.

The idea is I would like to be able to load a Binary object that represents a calibration model for the program that will run on the MSP432. The model will be less than 8kbytes in size.  I have been searching the literature and don't really find much on the subject of preloading the NVS sections. 

Is what I am asking feasible or even possible? If so how would I go about it.

Thanks in advance.

JP