SLUUCW8 October 2023 BQ27Z746
This command controls the device to output the raw temperature values for calibration purposes on MACData(). All values are updated every 1000 ms, and the format of each value is 2's complement, MSB first.
Status | Condition |
---|---|
Disable | ManufacturingStatus()[CAL_EN] = 1 AND 0xF080 to AltManufacturerAccess() |
Action: OperationStatus()[CAL] = 0,
[CAL_OFFSET] = 0
Stops
output of raw temperature values on MACData()
Status | Condition |
---|---|
Enable | 0xF083 to AltManufacturerAccess() |
Action: OperationStatus()[CAL] = 1,
[CAL_OFFSET] = 0
Outputs the raw
temperature values on MACData() in the format of ZZaaAAbbBBccCCddDDeeEE:
Value | Description |
---|---|
ZZ | Rolling 8-bit counter, increments when values are refreshed |
AAaa | Internal Temperature |
BBbb | TS1 External Temperature |
CCcc | TS2 External Temperature |
DDdd | Reserved |
EEee | Reserved |