2005-11-23 07:07 PM
STR710 writing to it's own flash memory
2005-11-06 08:20 PM
Hi all,
I have to write a few calibration values to non volatile memory. The calibartion values come from a routine that in only called once after installation of the device. These values have to be available after a reboot of the microcontroller. Is it possible that the str710 microcontroller writes for example integer values to it's own flash memory? Regards, Jimmey2005-11-06 10:03 PM
You can use Bank 1(16k) for this purpose. I think there have been some examples posted on here, if you do a search.
2005-11-23 07:07 PM
Hi, thanks for your answer.
How does it look when I want to write a few integers variables to the flash in C code? Do I have to allocate memory or can I write to a specific adress directly? Regards, Jimmey