This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Flash2806x_DepRecover(void) Question

Hi,

I am currently saving some configuration data to flash on the f28069.

I have done everything possible to eliminate any intterupts and power outages during the read/write period. 

My question is whether it is ok to run the Flash2806x_DepRecover(void) function after each erase cycle that I make?

Thanks

Derek 

  • Derek Belle said:

    Hi,

    I am currently saving some configuration data to flash on the f28069.

    I have done everything possible to eliminate any intterupts and power outages during the read/write period. 

    My question is whether it is ok to run the Flash2806x_DepRecover(void) function after each erase cycle that I make?

    Thanks

    Derek 

    No - I advise against this.  The dep recover is meant to be used to try and recover devices in a development setting - I wouldn't use it in a production device.

    -Lori