Other Parts Discussed in Thread: GPCCHEM
Hi Expert,
I ran the learning cycle a lot of times, but it still fail. Can you help to review it? Thanks!
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.
Hi Expert,
I ran the learning cycle a lot of times, but it still fail. Can you help to review it? Thanks!
Hi Jerry
Firstly, you are using a dsg current that is very close to the c/10 threshold that disqualifies resistance updates. Secondly you are not hitting taper current conditions. You are stopping charge abruptly. Ensure you are tapering during charge and the FC flag gets set based on taper conditions.
thanks
Onyx
Hi Onyx,
Can you help to review it again? The data can see the FC, QMAX_UP...
But the learning still fail.Learning Cycle-20190702.zip
The log file from Learning Cycle-20190702.zip shows that Flags() BAT_DET is never set. The gauge will still report results but it didn't go through some initialization processes that are required for proper learning if it didn't detect a battery.
OpConfig is 0x35ED so BIE is 1. Please make sure that the BIN pin is pulled down. This is usually done with a thermistor (10k nominal resistance at room temperature) or a 10k resistor. TEMPS is 1 so this indicates that you don't use a thermistor but instead write the temperature to the gauge with your host uC. If you don't use a thermistor or 10k resistor on BIN and you don't want to use the battery detection feature, you can set BIE to 0 (OpConfig = 0x05ED) and then issue sub-command BAT_INSERT (0x000C).