Skip to main content
Visitor II
November 24, 2005
Question

STR710 writing to it's own flash memory

  • November 24, 2005
  • 3 replies
  • 682 views
Posted on November 24, 2005 at 04:07

STR710 writing to it's own flash memory

    This topic has been closed for replies.

    3 replies

    ezanen9Author
    Visitor II
    November 7, 2005
    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

    Visitor II
    November 7, 2005
    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.

    ezanen9Author
    Visitor II
    November 24, 2005
    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