SLUUCH2 March 2021 BQ40Z50-R2
This command disables/enables entry into CALIBRATION mode. Status is indicated by the ManufacturingStatus()[CAL_EN] flag. CALIBRATION mode is disabled upon a reset.
Status | Condition | Action |
---|---|---|
Disable | ManufacturingStatus()[CAL_EN] = 1 AND 0x002D to ManufacturerAccess() | ManufacturingStatus()[CAL_EN] = 0 Disable output of ADC and CC raw data on ManufacturingData() |
Enable | ManufacturingStatus()[CAL_EN] = 0 AND 0x002D to ManufacturerAccess() | ManufacturingStatus()[CAL_EN] = 1 Enable output of ADC and CC raw data on ManufacturingData(), controllable with 0xF081 and 0xF082 on ManufacturerAccess() |