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.

Purepath Studio 使用问题



Hi,

我在使用pps调试AIC3268. 发现老是显示无法build。

错误提示:

Cannot determine TargetProcessor settings for the following reason:
- Components following iDSP_A_D_1 must be miniDSP_D
- Components preceding I2S_Out_1 must be miniDSP_A

但我找了半天也没在左边的conponent里面找到miniDSP_D和miniDSP_A啊。

  • 看样子还不熟悉 PPS, miniDSP_D和miniDSP_A 是 DSP 的数字接口和模拟接口

  • Hi Tao,

    在PPS里面,每个元件对应对到DSP_A或者DSP_D. 左键选中元件后,可以在右边属性中找到,比如你用到的几个:

    1 音量应该是在DSP_D, 所以不能放到A里面.

    2 I2S OUT应该是在DSP_A, 所以提醒你Components preceding I2S_Out_1 must be miniDSP_A,而不能放到DPS_A_D之后.

    在这个原则下作出相应的调整.

    Chen Tao1 说:

    Hi,

    我在使用pps调试AIC3268. 发现老是显示无法build。

    错误提示:

    Cannot determine TargetProcessor settings for the following reason:
    - Components following iDSP_A_D_1 must be miniDSP_D
    - Components preceding I2S_Out_1 must be miniDSP_A

    但我找了半天也没在左边的conponent里面找到miniDSP_D和miniDSP_A啊。

  • Hi, Roman,

    多谢回复。

    关键你们缺少pps使用的user guide,自己摸索要好久。。