BQ24296充电管理芯片使用过程中的注意事项
生活随笔
收集整理的這篇文章主要介紹了
BQ24296充电管理芯片使用过程中的注意事项
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
BQ24296遇到的一點(diǎn)問(wèn)題
概述:BQ24296是TI出品的具有窄范圍VDC控制、基于I2C通訊的最大支持3A充電電流的開關(guān)式電源路徑管理芯片。可以輕松實(shí)現(xiàn)2A以上的大電流充電,能量轉(zhuǎn)換效率達(dá)到90%,同時(shí)支持OTG功能,可以把設(shè)備當(dāng)成移動(dòng)電源使用。缺點(diǎn)是充電的時(shí)候發(fā)熱量比較大,目前還沒有找到合理的解決辦法。本文主要描述在項(xiàng)目應(yīng)用過(guò)程中使用該芯片遇到的一點(diǎn)問(wèn)題。
1.關(guān)機(jī)狀態(tài)下接入USB(連接電腦),無(wú)法開機(jī),屏幕沒有顯示。
接入UART輸出LOG,發(fā)現(xiàn)接入USB后uboot能跑起來(lái),而且在跑到檢測(cè)是否有USB接入這段代碼的時(shí)候就退出了,因?yàn)闄z測(cè)不到USB了。為啥?
此時(shí)用示波器觀測(cè)Vbus,發(fā)現(xiàn)出現(xiàn)這種情況的時(shí)候,VBUS電壓在4.38V,也就是說(shuō)低于設(shè)備能正常識(shí)別USB的電壓4.5V。通過(guò)閱讀芯片手冊(cè),發(fā)現(xiàn)VINDPM默認(rèn)配置是0110(4.36V),IINLIM是3A,ICHG默認(rèn)配置是2048mA。在這種情況下,接入USB設(shè)備啟動(dòng)、芯片被激活,此時(shí)由于DPM機(jī)制的作用,BQ24296將試圖以盡可能大的電流給電池充電,當(dāng)電腦的USB驅(qū)動(dòng)能力不夠強(qiáng)的情況下,那么就有可能把VBUS拉低到寄存器VINDPM所配置的值,而芯片默認(rèn)的VINDPM是4.36V,所以就出現(xiàn)了接入USB無(wú)法啟動(dòng)機(jī)器的情況。
2.開機(jī)情況下,將設(shè)備接入PC,充電圖標(biāo)閃動(dòng)一下就沒用動(dòng)靜了。
這種情況的出現(xiàn)也是由于DPM的作用導(dǎo)致,當(dāng)最大充電電流配置過(guò)大,并且VINDPM配置太小的情況下就會(huì)出現(xiàn)。
Dynamic Power Management To meet maximum current limit in USB spec and avoid over loading the adapter, the device features Dynamic Power Management (DPM), which continuously monitors the input current and input voltage.When input source is over-loaded, either the current exceeds the input current limit (REG00[2:0]) or the voltage falls below the input voltage limit (REG00[6:3]). The device then reduces the charge current until the input current falls below the input current limit and the input voltage rises above the input voltage limit.When the charge current is reduced to zero, but the input source is still overloaded, the system voltage starts to drop. Once the system voltage falls below the battery voltage, the device automatically enters the supplement mode where the BATFET turns on and battery starts discharging so that the system is supported from both the input source and battery.
總結(jié)
以上是生活随笔為你收集整理的BQ24296充电管理芯片使用过程中的注意事项的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: USB port 如何识别不同的Char
- 下一篇: Android安全研究经验谈