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