Other Parts Discussed in Thread: BQ27520EVM, , BQSTUDIO, BQEVSW
Hello,
I am doing the battery learning cycle for bq27520-G4 using the bq27520EVM, but have some trouble.
First of all, I never see VOK bit been set, though I can see the QEN and RUP_DIS bits got set.
Without VOK been set, I can not finish the learning cycle.
The "Update Status" of Data Memory is always 0.
I tried the following software:
- Battery Management Studio ( bqStudio ) 1.3.54
- bq Evaluation Software ( bqEVSW ) Version 0.9.92
No one works for the VOK bit, no matter how I follows the wizard of bqEASY or send the IT_ENABLE command manually.
And there is another problem,
When I parse and execute the commands of the 0520_3_29-bq27520G4.df.fs in the host cpu, it always failed on this line:
C: 16 04 D6 D4 91 4C
The value read is "04 00 00 00", not equal to "D6 D4 91 4C".
Finally, I choose to parse the gg.csv file and convert to i2c commands and update the data flash in firmware mode(Not ROM mode).
In conclusion, can anyone help me to answer these two questions please:
- How can I get the VOK bit been set?
- Without learning cycle, is it ok to go production just update the data flash with unlearning parameters(I known the Chemical ID is right, and I tested with our real product device, the percentage of battery is good).
Thanks in advance.