您好
使用 BQ76952时、客户 会发现 bq76952将 在75˚ C 时停止工作、 如何将过热保护设置为85˚ C?
它们尝试设置 关断温度0x9244U、 BQ769x2_SetRegister (SHUTDOWNTEMPERATE、120、1U); 将 在85˚ C 时达到保护级别。
如何设置过热保护阈值?
正在等待您的回复。
谢谢
星形
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.
您好、Star:
BQ76952 具有多个过热保护。 请参阅下面的 
客户尝试使用哪种 OVT 保护?
对于关断温度、如果(内部温度> 电源:关断:关断温度 ) 电源:关断:关断温度延迟 秒. 默认情况下、IS 电源:关断:关断温度 85˚ C。可能是阈值未正确更改。 我建议从地址0x9244读回它是否设置为120˚ C。
还可能设置 内部过热保护 在 Protections:OTINT:Threshold 至120˚ C 或禁用 设置:Protection:Enabled Protections B:[OTINT] 配置位。
此致、
何塞·库索
您好,Jose
感谢你的帮助。
寄存器设置如下。
BQ769x2_SetRegister (SHUTDOWNTEMPERATURE、120、1);
BQ769x2_SetRegister (OTINTTHRESHOLD、115、1);
BQ769x2_SetRegister (OTINTRECOVERY、113、1);
BQ769x2_SetRegister (SOTTHRESHOLD、113、1);
BQ769x2_SetRegister (SOTFTHRESHOLD、113、1);
但当温度达到大约85°C 时、 测量的 AFE 将进入 SHUTDOWN 模式、需要唤醒。
唤醒后、AFE 可以在高温(温度高于85度)下继续工作、并且不会关断。
请问原因是甚么? 还需要在哪里设置?
正在等待您的回复。
谢谢
星形