高通关于RTC备电的说明

高通关于RTC备用电源的设置建议根据设计中的电容进行。0x5A5B设置为0x80适用于小电容,而0xD0适用于超级电容或硬币电池以维持RTC。RTC在高通平台中是只读的,时间通过时间偏移保存在/data/time/ats_1,由高层时间守护进程管理。电源关闭时,确保硬币电池电压正常。
摘要由CSDN通过智能技术生成

Hi Customer,
The setting of 0x5A5B is suggested to base on the capacitor in your design. For details as below.

Small Cap (10-47uF) Coin cap intended for SMPL, not RTC
0x5A5B =0x80 (Set in SBL)

Super Cap (33mF) or Coincell Vcoin is intended to sustain RTC
0x5A5B = 0xD0

You can try to set 0xD0 to register 0x5A5B and test again, if still not work, continue to debug with HW team.
(1)boot_images/core/systemdrivers/pmic/config//pm_config_target_sbl_sequence.c
– { 0, 0x80, 0x5A00, 0x05B, PM_SBL_WRITE, EQUAL, REV_ID_COMMON},
++ { 0, 0xD0, 0x5A00, 0x05B, PM_SBL_WRITE, EQUAL, REV_ID_COMMON},

(2) /boot_images/core/systemdrivers/pmic/target/***/system/src/pm_sbl_boot_oem.c :

pm_device_post_init(void)
{

pm_comm_write_byte(0, 0x5A5B, 0xD0, 0);

}

O

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

归心2020

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值