Post Go back to editing

AD2428 传输音频信号时,上下行的最大通道数分别是多少?

Thread Summary

The user encountered issues configuring 32-channel upstream and downstream audio transmission for AD2428 in Sigma Studio 4.7, despite the data sheet stating support for up to 32 channels. The final answer suggests that Table 3-5 in the technical reference manual provides the maximum limits, and the issue might be due to a bug affecting the automatic slot calculation. The solution involves manually selecting the correct slots in the Device Properties of the sub-nodes and re-downloading the configuration via USBi.
AI Generated Content

芯片手册 www.analog.com/.../ad2426-ad2427-ad2428.pdf 中有描述说上下行分别支持最多32通道的音频传输:



 
在参考手册 www.analog.com/.../ad242x-trm.pdf 的 Table3-5: Bandwidth Examples 表中记录的最大数分别是 51 和 34。

但是我按照这个表在 Sigma Studio 4.7 中配置时,提示 



甚至,我只是配置下行发送 28通道,24bit 的数据,也会提示错误:




所以,我不清楚 AD2428 的上下行最大通道数是多少,还是说我忽略了其他配置?

Parents
  • Hi,

    Upstream/Downstream各自允许的最大通道数是32通道,但并不意味着任意子节点数/任意bit width下都是如此。Technical Reference下的Table 3-5给出的参数可以认为是最高限制。您的问题复现了一下是能正常跑通的,SS不会报错。可以按照以下步骤进行排查:

    1.首先在Target Processor中配置两个stream(下行32chs,上行2chs)

    然后选中Auto Slot Calculate,点击Calculate now/Optimized,整条A2B链路上每个节点上Rx Ch与Tx Ch数将对应自动变化到对应数值。目前已知32通道时可能会遇到bug导致子节点上Tx-Ch数与实际配置不符,可以在子节点的Device Properties中手动选择对应的Slot,选择完重新USBi下载后即可看到正常数值。

Reply
  • Hi,

    Upstream/Downstream各自允许的最大通道数是32通道,但并不意味着任意子节点数/任意bit width下都是如此。Technical Reference下的Table 3-5给出的参数可以认为是最高限制。您的问题复现了一下是能正常跑通的,SS不会报错。可以按照以下步骤进行排查:

    1.首先在Target Processor中配置两个stream(下行32chs,上行2chs)

    然后选中Auto Slot Calculate,点击Calculate now/Optimized,整条A2B链路上每个节点上Rx Ch与Tx Ch数将对应自动变化到对应数值。目前已知32通道时可能会遇到bug导致子节点上Tx-Ch数与实际配置不符,可以在子节点的Device Properties中手动选择对应的Slot,选择完重新USBi下载后即可看到正常数值。

Children