UserBackupRegister
- This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
How are the User Backup Registers implemented? Are they saved to flash as part of the network session?
I had thought they were saved during power loss but I have a mDot where this is not the case. After the power has been removed and restored the values from a number of registers are changed. The only other thing I can see here is that the mDot hasn’t successfully joined a network at this poing.
Thanks
Andrew
If you’re using the readUserBackupRegister() and writeUserBackupRegister(), those are battery backed registers I believe. They’re cleared when power is removed, but are maintained across sleep.
If you want to write to flash, that’s the saveUserFile() and readUserFile() calls.
That would explain it.
Thanks
Andrew