GTA02 is now an expensive brick

Mike Montour mail at mmontour.net
Tue Jan 6 03:37:22 CET 2009


Gothnet wrote:

> I still find it amazing that the FR doesn't charge when off and empty. Every
> phone (and every other portable device) I've ever owned does this. It's not
> even a software thing - there ought to be some direct hardware way to charge
> the battery from totally dead without the need to even start booting.

The FR's power-management chip (PCF50633) can be configured to do this, 
but it's not as simple as you might think. One source of complexity is 
the USB standard, which requires devices to negotiate their power 
consumption with the host computer. Another complication is a brownout 
problem on some phones which prevents them from booting the CPU unless a 
battery is present.

If you program the PCF50633 as:
  - charger enabled
  - 100mA current limit
  - do not wake on USB insertion (avoids the brownout issue)

then it will have the behaviour that you want - even with a 
completely-dead battery, you can plug it in and it will slow-charge the 
battery in hardware. I think it still technically violates one of the 
USB standards by drawing current without talking to the host, but IMHO 
it's unlikely to cause any real-world problems.




More information about the support mailing list