This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How do I know which flash page to erase to subsequently write to it?

I have been asked to write an application to be able to change some variables during runtime and be able to store them in non-volatile memory (flash). I read the C8051f507 datasheet and the process to erase and write to flash looks really straightforward. My question is: How do I know which page to erase?

Thanks for your time,

Fer

Parents Reply Children
  • Does anybody has an idea why this is happening?
    yes, your puppy bites, disable the watchdog - unless you can set the timeout long enough.

    I tried putting different delays in between function calls
    does the chip you have not seen fit to reveale not have an "erase complete" flag. doing it with delays is not a good idea.

    Since you have not revealed your chip, if it does not allow disabling the WD and you can not set a long enough time, you will need to run without it.

    Erik