SLUUCW8 October 2023 BQ27Z746
This command disables/enables entry into CALIBRATION mode. The 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 AltManufacturerAccess() | ManufacturingStatus()[CAL_EN] = 0 Disables output of ADC and CC raw data on MACData() |
Enable | ManufacturingStatus()[CAL_EN] = 0 AND 0x002D to AltManufacturerAccess() | ManufacturingStatus()[CAL_EN] = 1 Enables output of ADC and CC raw data on MACData(), controllable with 0xF081 on AltManufacturerAccess() |