BE76PL536A EVM: I am able to communicate to EVM using Arduino and using F28069 launchpad. I am able to read all cells voltages and other register values. Image below which shows the oscilloscope capture of communication, data is correctly decoded by oscilloscope as well as received correctly at SPI receive registers.
CH1: MISO
CH2: SCLK
CH3: MOSI
CH4: SS
Custom board: I am trying to communicate with BQ76PL536A IC on a custom board designed be me. I tried using both Arduino and F28069 launch pad with same code but cant get a response from IC. I dont think software is an issue because I am using same code. Please see images below. It can be seen that MISO line stays high when slave select is low.
CH1: MISO
CH2: SCLK
CH3: MOSI
CH4: SS
Here my voltage measurements on the custom board
Bat1 and Bat2: Tried 12V to 24V (using a DC power supply)
LDO1: 4.92V
LDO2:4.92V
LDOA: 5.63V
REG50: 6.09V
Vref:2.49V
I tried 2 boards(same design) and tried replacing IC on one board. I still get same voltages as above and same MISO waveform as attached.
Why am I not getting a response on MISO line? Any suggestions? Let me know if I can share any more information.