Greetings!
1) Does the User Flash section get erased when using the AutoUpdate tool?
if not...
2) Is there any built-in features to factory reset the User Flash section? (maybe the boot menu?)
if not...
3) Any suggestions to implement a complete factory reset of the netburner module, including UserFlash?
Thanks!
Questions on UserFlash, MOD5272
Re: Questions on UserFlash, MOD5272
The config and user flash areas do not get erased, otherwise you would have to reconfigure everything each time you did an update. To erase user flash just use the SaveUserParam() function with all data set to 0xFF. An erased flash is all 1's, not 0's. The user flash has no impact if your app is not specifically using it.