Tool/software:
Hello,
I’m currently using a pair of BQ79000-EVM boards to access the BQ7900 transceivers, and use them in the following scenario:
- First BQ79000 translates from UART to daisy chain
- Second BQ79000 translates from daisy chain to UART
Both BQ79000 are interconnected through daisy chain (COMH), and on the other side of each transceiver I have UART interfaces sending and receiving data.
I’m sending the wake up pings directly from my UART interfaces.
The following diagram should describe my current setup:
I’m currently able to send command frames of data from one UART interface to the other, but when I try to send reply frames, I can’t get the data on the other side.
I have the following questions:
- Why I can’t sent reply frames in this setup?
- Is the BQ79000 filtering reply frames?
- If so, can this feature get disabled?
- Can the BQ79000 be used just as a transceiver, and bypass all information from UART to Daisy chain?
- Could the DEBUG_COMM_CTRL register be configured to follow this approach?
- If not, is there a transceiver that could be purchased just for this purpose?
Thank you.