This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TAS1020B

我想用TAS1020B USB音频接收芯片接收PC发送的音频数据。参考TAS1020B的EVM板的设计方案,EVM板中,TAS1020B的固件被烧入EEPROM中,TAS1020B先从EEPROM启动,然后才能被PC识别。请问TI提供TAS1020B的固件么,或者有没有开发工具?谢谢。

TI不建议使用TAS1020B进行新设计,声称TMS320C553x可以替代TAS1020B,请问由TMS320C553X芯片做的音频接收模块,在WINDOWS环境能被识别么?需不需要再安装驱动呢?谢谢。

  • 你好:

            TAS1020B的firmware只针对TI的上位机软件,你可以在TI官网上搜索到。

            由于TAS1020的资源有限,所以只能做采样率小于等于48KHz采样率的。如果你要使用DSP,建议你到DSP的论坛提问。

  • 你好:

             既然TAS1020B最高只能支持48KHz采样率,为什么很多采用TAS1020B芯片的音频设备都声称自己最高可支持24bit/96KHz呢?谢谢。

  • 你好,

    TAS1020B是一款过时的产品,官方所提供的参考设计代码最高只到48kHz,如果你对这颗芯片非常了解,是可以做到24bit/96kHz的,但只是单向传输,而且需要你自己去投入精力开发,TI这块提供的支持可能比较有限。

    你可以尝试从以下几块做修改,做成24bit/96kHz:

    - switch from AC97 codec interface to I2S codec interface (i.e., 'mode')

    - switch from passing codec commands via the AC97 interface to using I2C or GPIO for codec commands

    - eliminate the number of channels moving in the opposite direction, including associated buffers

    - increase buffer size for audio data due to 16->24 bit and 48kHz -> 96kHz

    - add ACG support for new sample rates

    - modify USB descriptors appropriately

    - support sample rate command from the host

    谢谢!

x 出现错误。请重试或与管理员联系。