Other Parts Discussed in Thread: BQ76PL536A, BQ76PL536
Hello
I built a prototype with BQ76PL536A-Q1. Everything works good, except sleep current. In the datasheet is written the sleep current value max 22uA. When I set IO_CONTROL[SLEEP] = 1 current consumption is 400uA.
Here is my initialization :
reg_write(BROADCAST_ADR, RESET, 0xA5); //broadcast reset
reg_write(BROADCAST_ADR, SHDW_CRTL, 0x27); //enable write to group3
reg_write(0x00, ADDRESS_CONTROL, 0x01); //set address
reg_write(0x01, CB_TIME, time_sec_max_63 & 0x3F); //set balance timer
reg_write(0x01,ADC_CONTROL,0x45); //set number of cell
reg_write(0x01, IO_CONTROL,0x04); //sleep
schematic is in attachment.
Can you help me with this problem?
Jozef Augustin