AD2433W
Recommended for New Designs
The Automotive Audio Bus (A2B®) provides a multichannel, I2S/TDM link over distances of up to 15 m between nodes. It embeds bidirectional synchronous pulse...
Datasheet
AD2433W on Analog.com
AD2428
Production
The Automotive Audio Bus (A2B®) provides a multichannel, I2S/TDM link over distances of up to 15 m between nodes. It
embeds bidirectional synchronous...
Datasheet
AD2428 on Analog.com
Hello,
I am using the AD2433W as a master. I wish to use the RX1/TX1 TDM interface of the A2B module instead of RX0/TX0. I am using TDM16 mode. I have a single A2B slave - AD2428W
For the RX part, I do not receive any downstream data at my slave A2B device when enabling just the RX1 interface at the master and sending 16 channels downstream with RXDNSLOT00 - RXDNSLOT15 masked. Following are the register writes I am implementing (relevant ones only) -
{A2B_SLAVE, 0x0065, 0xFF}, {A2B_SLAVE, 0x0066, 0xFF}, {A2B_MASTER, 0x000D, 0x10}, {A2B_MASTER, 0x0042, 0x2A},
In order to get it to work, I had to specify at the master that 32 channels are being sent (even though it is just 16) and mask RXDNSLOT16 - RXDNSLOT31.
{A2B_SLAVE, 0x0067, 0xFF},
{A2B_SLAVE, 0x0068, 0xFF},
{A2B_MASTER, 0x000D, 0x20},
{A2B_MASTER, 0x0042, 0x2A},
This implementation does not seem correct. I assumed that if only RX1 interface is enabled the TDM channels from RX1 would get routed to slots 0-15 at the A2B bus. Clearly, I was wrong in assuming this. What is the working in terms of data flow when only RX1 channel is enabled?
Similarly, for the TX case, I am not able to get upstream data at my master on the TX1 line. I am getting the data only at the TX0 line even though it is not enabled. The relevant register writes -
{A2B_SLAVE, 0x0060, 0xFF},
{A2B_SLAVE, 0x000C, 0x10},
{A2B_MASTER, 0x000E, 0x10},
How would I go about routing the received A2B channels at the master to TX1 instead of TX0?
Any help is appreciated. Thanks!
Queries regarding AD243x are handled privately. Our internal team already contacted the respective FAE for your region, Going forward please contact us through them. Closing it here in EZONE.
Thanks.
你好,我想请问一下你,我用sigmastudio+进行调试,AD2428作为主机,AD2433作为从机,发现一直通讯不上,关于这块是否主要是跟硬件相关还是一些软件相关配置导致
你好,我想请问一下你,我用sigmastudio+进行调试,AD2428作为主机,AD2433作为从机,发现一直通讯不上,关于这块是否主要是跟硬件相关还是一些软件相关配置导致