Do anyone have a good solution for storing new values in variables in flash that is use to calibrate the application code without erasing the whole flash and reprogram it?
What I have read so far is that some suggest these solutions:
1. you have to use a EEPROM next to the C2000 MCU. In the EEPROM you store the values for the calibration which the MCU reads.
2. Erasing one section of the flash and reprogram it, somehow. (CSM will be a pain in the a*s here?)
3. Use some kind of communication which stores the values in RAM and the application reads the RAM and copies it to the flash in run time. (Is this really possible?).
Note: I'm not talking about the ADC calibration.