BQ24296充電管理芯片使用過程中的注意事項


BQ24296遇到的一點問題
 
        
 
        
 
        
 
        
概述:BQ24296TI出品的具有窄范圍VDC控制、基於I2C通訊的最大支持3A充電電流的開關式電源路徑管理芯片。可以輕松實現2A以上的大電流充電,能量轉換效率達到90%,同時支持OTG功能,可以把設備當成移動電源使用。缺點是充電的時候發熱量比較大,目前還沒有找到合理的解決辦法。本文主要描述在項目應用過程中使用該芯片遇到的一點問題。
 
        
 
        
1.關機狀態下接入USB(連接電腦),無法開機,屏幕沒有顯示。
   
接入UART輸出LOG,發現接入USBuboot能跑起來,而且在跑到檢測是否有USB接入這段代碼的時候就退出了,因為檢測不到USB了。為啥? 此時用示波器觀測Vbus,發現出現這種情況的時候,VBUS電壓在4.38V,也就是說低於設備能正常識別USB的電壓4.5V。通過閱讀芯片手冊,發現VINDPM默認配置是01104.36V),IINLIM3AICHG默認配置是2048mA。在這種情況下,接入USB設備啟動、芯片被激活,此時由於DPM機制的作用,BQ24296將試圖以盡可能大的電流給電池充電,當電腦的USB驅動能力不夠強的情況下,那么就有可能把VBUS拉低到寄存器VINDPM所配置的值,而芯片默認的VINDPM4.36V,所以就出現了接入USB無法啟動機器的情況。
 
        
 
        
2.開機情況下,將設備接入PC,充電圖標閃動一下就沒用動靜了。
   
這種情況的出現也是由於DPM的作用導致,當最大充電電流配置過大,並且VINDPM配置太小的情況下就會出現。
 
        
 
        
 
        
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.


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM