Other Parts Discussed in Thread: BQSTUDIO
Hi All.
I am trying to read the serial number from the BQ28Z610. I found that Linux kernel mainline driver do not have such an option. So to patch up. I am using the following
ret = bq27xxx_read(di, 0x4E,false);

In datasheet the reading format is not mentioned as block. So getting bit confused.
-Curious beast