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.

What is IC BQ27545 used for ?

Other Parts Discussed in Thread: BQ27000, BQ27500

Hi All,

Who has datasheet of BQ27545? It looks like TI's chip, but I cann't search its datasheet on TI website.

BTW, it used for battery gas guage.

Thanks.

  • You can find a reference to data sheets in next files in kernel sources

    /kernel/android-3.0/drivers/power/bq27x00_battery.c

    it points to next locations
    /*
     * Datasheets:
     * http://focus.ti.com/docs/prod/folders/print/bq27000.html
     * http://focus.ti.com/docs/prod/folders/print/bq27500.html
     */

    remember to check for your specific version, there are some small changes between them.