Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们知道RTC会在没电的时候擦除数据,所以我们使用备份寄存器来存储数据。但是这个 RTC 的值以哪个频率写入备份寄存器?RTC 在 32khz 的频率下工作,但需要在什么频率下写入值?请给我一个答案
它不是那样工作的。
只要有 Vbat 电源,就会保留备份寄存器,并且RTC 正在运行。如果没有 Vbat(电池空或已移除),则 RTC 以及备份寄存器都将丢失。
如果您想在没有 Vbat 的情况下进行永久存储,请使用内部闪存。