Hello,
I am using a KEA64 type MCU. I am trying to figure out how to save a value to a fixed flash location.
The end goal is to start with calibration values that could change in the future (via UART command). A 512 byte sector is allocated for these calibration values. If the cal is changed, the sector is overwritten with new values. I want to define exactly where each parameter is stored so that I can properly rewrite the calibration values.
Any help or tips for a newcomer to Kinetis MCUs would be greatly appreciated?