Hi,
I have developed an application for msp430 (F5328) that interfaces with a device that needs to be calibrated.
At the moment, the application stores the calibration data (calculated using a dedicated pc-based software) within an array.
My idea would be to store the calibration data to the msp430 flash (information memory) so that I don't need to recompile the firmware every time for each board.
So, my question is: is it possible to program the msp430 flash (information memory) with the calibration data separately from the firmware?