Other Parts Discussed in Thread: USB2ANY
Attempting to communicate with a BQ79616 development board over uart from a micro. Having issues getting the chip to respond.
- I have successfully woken up the chip with LED D1 illuminating.
- I have not been able to get a single UART message to transmit from the chip.
- I thought this might be a voltage signaling issue; rather than going direct to the RX/TX pins through J3 I now have the isolator chip powered from the UC dev board and the BQ is receiving 5V UART signaling. (The datasheet doesn’t specify; is this required? Or will the BQ chip work off 3.3V signaling on the UART?)
- UART waveform verified on oscilloscope; timing and data appeared correct.
- CRC has been verified as being calculated correctly.
- In an attempt to isolate whether this was an RX or TX issue I sent a message to turn on TSREF; message verified on oscilloscope (at BQ test point post iso-transceiver) as valid..... nothing.
Is there something that I am missing in getting this to communicate as a single device?