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.

TAS5825MEVM: PPCMB无法供电,PPC3软件出现I2C Error

Part Number: TAS5825MEVM
Other Parts Discussed in Thread: TAS5825M

I have some problems with TAS5825MEVM debugging. Can you help me?


Issue 1: Connection problem: PC -->PPCMB -->TAS5825EVM -->terminal device? If I want to debug the TAS5825M product, do I connect I2C on PPCMB to I2C on TAS5825M or I2C on TAS5825EVM to I2C on TAS5825M?


Issue 2: The power supply problem of the development board: Use Micro-USB to connect the PPCMB with the PC. The blue LED on the PPCMB is always on, but the LED on the TAS5825EVM board is not on. It seems that there is no power supply. I want to know how to make it work normally.


Issue 3: If the first two problems are solved, can it solve the I2C Error error when the PPC3 software connects the device?

  • 您好,

    这里是E2E中文论坛,您可以使用中文发帖。

    1、I2C总线不需要用户来连,将TAS5825EVM板安装到PPCMB上时就连好了。

    2、您是否给TAS5825MEVM的PVDD供电?PVDD的供电电源是需要连接到 TAS5825MEVM板上的,然后由PPCMB产生 3.3 VDC电压。具体请按照下面步骤操作:

    EVM用户指南:TAS5825 Evaluation Module User's Guide

    解决好供电问题后再看下是否还有I2C Error?

  • Hi Amy,

    我解决了供电的问题,也顺利连接上了PPC3软件。我有两个问题。

    1.PPCMB板上的I2C引线连接到TAS5825M上的I2C还是TAS5825MEVM上的I2C引线连接到TAS5825M上的I2C?

    我两种都分别尝试过,都能控制我的TAS5825M产品。哪一种才是正确的?

    2.我在PPC3软件上调试完后,生成的.h文件行数达到了7000多行,导致我的MCU编译失败,有什么方法可以减少行数吗?或者减少不必要的配置数据的生成。

  • 1、将TAS5825EVM板安装到PPCMB上时,PPCMB板上的I2C就和TAS5825MEVM上的I2C就连接起来了,所以这两种都可以。

    2、您生成.h文件的时候,您可以附上配置截图吗?我想看下是否哪里选项设置不合适

  • Hi Amy,

    在"Burst"这个选项框中支持的长度最大值是多少?

  • "Burst"的最大值建议设置为128。事实上,即使您选择128,它的实际数量也是120,这是因为DSP中的寄存器配置。

    简短配置的方法是:

    首先建议您在Tuning and processing 中把不需要的功能关掉,比如EQ、DRC等;

    另一个是在您所附截图红色圈内,勾掉您不需要的代码功能,这样也可以简短代码。