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.
工具与软件:
在我们的项目中、我们使用了 MSP430F5504IPTR 芯片、我们知道该芯片具有内置的 RTC 模块。 但是、当发生电源中断时、时钟不会从停止的位置恢复。 为了解决这个问题、我想添加一个3V CR2032 RTC 备用电池。 查看数据表和其他资源后、我找不到有关哪个引脚以及应如何连接电池的信息。 您能帮我解决这个问题吗?
只有具有 RTC_B 或 RTC_C 的 MCU 上才有备用电池、而 MSP430F5504中没有之一、只有 RTC_A
请注意、未列出 VBAT 引脚。
嗨、努尔 Akçil
请查看有关 具有电池备用电源的 MSP430 RTC_B 模块 的应用手册 https://www.ti.com.cn/cn/lit/an/slaa665b/slaa665b.pdf
同时、MSPM0L2228:www.ti.com/.../MSPM0L2228也支持 Vbat 功能
谢谢!