For the bq20z40-r1 eval board, the parameter AFE SC Dsg Cfg is set in 25mV increments. How does this relate to the actual overcurrent thrsehold in amperes? Some kind of conversion ratio is required, but can't be found in the documentation. 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.
For the bq20z40-r1 eval board, the parameter AFE SC Dsg Cfg is set in 25mV increments. How does this relate to the actual overcurrent thrsehold in amperes? Some kind of conversion ratio is required, but can't be found in the documentation. Thanks!
The value relates to the sense resistor. You need to divide the value of the register by your sense resistor value. This will give you the current threshold.
So, for the Evaluation Board, the sense resistor is 10 milliOhms. a 25mV step represents 2.5A? That means the default value of discharge current limit is 297.5A (hex 77) and the amximum is 637.5A (hex FF). This seesm awfully high/course. Can you confirm please? Thanks!
Actually, the register contains both a timer and threshold for setting the current. The high nibble is the timer setting, which determines the delay before the FET is turned off. The bq29330 datasheet shows the table for the timer settings. The lower nibble is the current threshold. So, the default threshold is actually 07, which indicats a default of 17.5A for a 10mOhm sense resistor.