Hi all,
When using SPI on the BQ76952, is the register address we want to read/write from auto incremented? For example, if we want to read cell voltage 1, we send the direct command value of 0x14 and when MISO reflects 0x14, then we have the lower byte of the cell 1 voltage. Then, we need to send 0x15 to get the upper byte of the cell 1 voltage.
My question is when we are checking the MISO line for reflected data, is 0x14 auto incremented to 0x15 so we can just do something like: