Other Parts Discussed in Thread: BQ76930, BQ78350
Hi,
I'm currently working on a BMS for 8s1p configuration, using the BQ76930 as AFE and the BQ78350 as Host. It fails trying to controle the FETs using KEYIN (low active) and the LEDs using button in normal operation.
Some related configurations I did:
Settings.Configurations.FET_options = 0x 00 22;
Settings.Configurations.LED_configuration = 0x04;
There are no faults:
ManufacturerAccess() 0x0051 SafetyStatus = 0x 00 00 00 00;
ManufacturerAccess() 0x0053 PFStatus = 0x 00 00 00 00;
BatteryStatus() 0x16 = 0x 00 C0;
Operation Status:
ManufacturerAccess() 0x0054 OperationStatus = 0x 80 00 61 01;
--> says: Device is UNSEALD, System is present (PRES-pin is connected to gnd), KEYIN has been detected, external FET controle through SBS not possible
Why is the DSG FET still inactive? Why is it not possible to turn on the LED bar display?
The only way to enable the controle of FETs and LEDs is to make use of ManufacturerAccess() commands (0x0022 for FET and 0x0027 for LED) or by writing the required bits to Mfg Status Init and doing a reset().
Any help would be great!