Other Parts Discussed in Thread: BQ40Z50
Hi,
I`m using an ESP32-Wrover-E to send/receive data to/from BQ40Z50-R2.
I`m able to read all data stored in flash from all registers (I`m using FULL ACCESS mode as security mode).
For instance, as it can be seen it below, I`m setting a two bytes register using the CMD 0x00, and just after reading its value using the command 0x44. The reading values are correct.
The problem is that when I try to write some value at the same register (0x438C Cell 3 Min Voltage) , it doesn`t work. As you can see, there is no ACK when I try to send the 0x44 command:
BUT the weird thing is that when I use the 0x44 command to read any register (after setting it by using CMD 0x00 - the first picture shows this), the command receives an ACK and works fine!!!!
Thanks in advance!!!!