SLUUCH4A October   2021  – October 2023 BQ27Z746

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. Software Setup
    1. 1.1 System Requirements
    2. 1.2 Software Installation
  5. Troubleshooting Unexpected Dialog Boxes
  6. Hardware Setup
    1. 3.1 Hardware Requirements
    2. 3.2 Connecting the BQ27Z746 Circuit Module to a Battery Pack
    3. 3.3 EVM Jumpers Description
  7. Using bqStudio
    1. 4.1 Starting the Program
    2. 4.2 Setting Programmable BQ27Z746 Options
  8. Calibrating Gauge Measurements
    1. 5.1 Voltage Calibration
    2. 5.2 Current Calibration
  9. Protections
    1. 6.1 Protector Calibration in bqStudio
    2. 6.2 Protector Threshold Process
  10. Chemical ID
    1. 7.1 Chemical ID Selection Process Description
    2. 7.2 Hardware Requirements and Setup
    3. 7.3 Logging Data in bqStudio
    4. 7.4 GPCChem Tool
    5. 7.5 Programming a Chemical ID
    6. 7.6 Further Resources for Chemical ID Process
  11. Learning Cycle and Golden Image
    1. 8.1 Learning Cycle Process Description
    2. 8.2 Data Memory Configuration
    3. 8.3 Learning Cycle Steps
    4. 8.4 Low Temperature Optimization
    5. 8.5 Creating the Golden Image File
    6. 8.6 Programming the Golden Image File
  12. Gauge Communication
    1. 9.1 Advanced Communication in bqStudio
    2. 9.2 Standard Data Commands
    3. 9.3 Manufacturer Access Commands
    4. 9.4 Further Resources on Gauge Communication
  13. 10BQ27Z746-Based Circuit Module
    1. 10.1 Circuit Module Connections
    2. 10.2 Pin Descriptions
  14. 11Circuit Module Physical Layout, Bill of Materials, and Schematic
    1. 11.1 Board Layout
    2. 11.2 Schematic
    3. 11.3 Bill of Materials
    4. 11.4 BQ27Z746 Circuits Module Performance Specification Summary
  15.   Revision History

Manufacturer Access Commands

Manufacturer Access (MAC) commands are defined by Texas Instruments. MAC commands require a write to the AltManufacturerAccess() registers at 0x3E and 0x3F, and then an additional write to the AltManufacturerAccess() sub-command being used. The complete list of all MAC commands in the BQ27Z746 and an example of a Command Write operation with MAC commands can be found in the 0x00, 0x01 ManufacturerAccess() and 0x3E, 0x3F AltManufacturerAccess() chapter of the BQ27Z746 Technical Reference Manual.

Example: Read Chemical ID() to AltManufacturerAccess().

  1. Send Chemical ID() to AltManufacturerAccess().
    1. I2C Address (Hex) = AA
    2. Start Register (Hex) = 3E
    3. Bytes to Write (Decimal) = 06 00 (this write data must be written in little endian)
  2. Read the result from AltManufacturerAccess() and MACData().
    1. I2C Address (Hex) = AA
    2. Start Register (Hex) = 3E
    3. Number of Bytes to Read (Decimal) = 36
  3. View the results in Transaction Log.
    1. The first two bytes "06 00" is the MAC command (for verification)
    2. The second two bytes "09 59" are the ChemID in little-endian (the ChemID can be seen if the CHEM_ID button is checked in the Command window)
    3. The final two bytes is the checksum and length. The length here is 6. The checksum is 0xFF - (sum of the first length - 2 bytes). The length and checksum are used to validate the block response.

Figure 9-2 shows this in bqStudio. To perform this process, fill out all of the fields as shown, then click Write and Read.

GUID-7E99E9AE-6C6C-459C-AE22-3450E29B451B-low.png Figure 9-2 MAC Command Example