Hi All,
In our design we intend to charge via USB and we don't have an AC Charger at all. We've based the schematic on sample (C) from the data manual.As we're not using AC charger PCHGAC is grounded and ICTLAC1/2 are floating as reccommended. BCIAUTO is grounded through 196K. I think I'm missing something obvious as I don't see any charging activity.
In the bootloader (with a powered USB cable plugged in) I dump BOOT_BCI and it reads as 0x35. i.e. (BCIAUTOWEN | CONFIG_DONE | Reserved | BCIAUTOAC) Interesting as in section 7.4.1.1.1 of the TRM an Rbciauto of > 140K should set both CVENAC and BCIAUTOAC. Also I'd have expected CVENAC to be set and BCIAUTOWEN not to be set...
After that I attempt to set BCIAUTOUSB to allow USB charging and I then dump pertinent regs :
BOOT_BCI ............ 0x36
BCIMDEN ............. 0x00
POWER_CTRL .......... 0x00
STS_HW_CONDITIONS ... 0xc0
BCIMSTATEC .......... 0x00
BCIMSTATEP .......... 0x00
BCIVBAT ............. 0x0001
BCITBAT ............. 0x0000
BCIICHG ............. 0x0000
BCIVAC .............. 0x0000
BCIVBUS ............. 0x0000
BCIMFSTS2 ........... 0x80
BCIMFSTS3 ........... 0x40
BCIMFSTS4 ........... 0xf0
BCICTL1 ............. 0x00
BCICTL2 ............. 0x00
I'm feeling a bit confused here as I'm not sure what direction to head in! Has anyone else had any joy with USB charging? I've seen a few posts where people are doing (D) with both AC and USB but not solely USB charging.
Cheers,
~Pev