Part Number: BQ24160 Hi sir:
We have one question about the BQ24160,
First,,we use USB power to supply to the B124160, and BQ24160 has a system load with 400mA (for Vsys), after we use DC power input,but found that the system will reset,
If we…
Part Number: BQ24160 Hi,
If 2 units of BQ24160 is connected to same D+, D-, is there any expected issue in detection?
For charging 2 different cell, 2 units of BQ24160 is adopted but USB port is 1 so need to check the potential issue in USB detection…
Hi Jeff,
Thanks for your reply, two battery voltage are VBAT1=3.73V, VBAT2=3.62V , We understood the input source selection should be dependent on the Charger
IC BQ24160,
we use the MCU to read the BQ24160 register by I2C bus to check the power…
Part Number: BQ24160 Hi, In my application I am using D+/D- detection and I set the D+/D- is short. Battery =3.8V My step is to connect the battery first and then connect the USB port. Then read BQ24160 Register 0X02 Sometimes USB input current limit…
Part Number: BQ24160 Hi sir,
We have one question about bq24160 EVK charging to battery,
When EVK configuration set to default and connect to the battery, the battery was out of power (exhausted), and then we plug in the DC power input,
We observed…
Part Number: BQ24160 Hello,
I'm Using BQ24160 and use Arduino as the Host controller.
I read all register data using Arduino and those are OK.
Btw, I have tried to increase Vbatreg (up to 4.2V) registry using Arduino. But it's not worked properly…
Part Number: BQ24160 Hi ,I have a question,
Can't charge when the battery is discharged to 0.0001v?
A.termination current is set to 150mA, Enable charge current termination :1 --> Unable to charge Enable charge current termination :0 --> Can be charged…
Part Number: BQ24160 Hello
please let me clear about BQ24160 operation.
<about Output voltage>
1: As my understanding, If IN or USB pin is connected to AC adapter/USB-Vbus, Is System voltage (output form BQ24160) set around 3.7V.
Is it correct…
Sorry, I did not post my main loop that resets the watchdog. Here is the code and the ISR for the battery:
void main(void)
{
WDTCTL = WDTPW + WDTHOLD; // disable WDT
__bis_SR_register( GIE ); // enable global interrupts
// Setup and initialization…