Other Parts Discussed in Thread: BQSTUDIO
Hi,
In the TRM I can not find any recommendations on waiting for [GA] after the GAUGE_STARTt() command has been sent.
I have however found some reference code and some TI threads that do wait for [GA].
Is it required to wait for the [GA] bit in EOS mode?
I would like to:
1. Send GAUGE_START(), t=0ms
2. start 100ms high current load (100mA), t~10ms
3. Send GAUGE_STOP(), t~110ms
4. Shut down my processor (to save energy), t~120ms
5. Wait for G_DONE=1 (when my processor is in low current mode), t~120-16000ms
6. Wake up my uP and do some stuff, t~16000ms
Regards
CHA