cancel
Showing results for 
Search instead for 
Did you mean: 

STR710 writing to it's own flash memory

ezanen9
Associate II
Posted on November 24, 2005 at 04:07

STR710 writing to it's own flash memory

3 REPLIES 3
ezanen9
Associate II
Posted on November 07, 2005 at 05:20

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,

Jimmey

ben2
Associate II
Posted on November 07, 2005 at 07:03

You can use Bank 1(16k) for this purpose. I think there have been some examples posted on here, if you do a search.

ezanen9
Associate II
Posted on November 24, 2005 at 04:07

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