Hi,
I am using TI's BQ79656 BMS IC for cell voltage sensing using a bridge IC BQ79600 between host controller and slave through SPI communication. I am using EVM boards for development. I am able to wake up both the bridge IC and slave IC as per ping and tone mentioned in the data sheet, as I am able to see green led glowing on both the boards. But as soon as I start implementing auto address and voltage polling frame sequence, I don't get any feedback from slave BQ79656, as there is no data transmission from slave when I connect DSO on MISO line.
As per data sheet, for write command slave doesn't incur any response frame but for read it should. I am suspecting issue is related to SPI_RDY pin behavior. I am following the SPI_RDY pin check before I even start write/read on MOSI but during power up time only the pin stays high for some time and remains low for most of the time, due to that my program gets stuck for SPI_RDY pin check and holds the data tx on MOSI.
Kindly guide me to solve the problem.
Thanks,
Vamshi