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.

TLV320AIC3120 Development tools

Other Parts Discussed in Thread: TLV320AIC3120

Hi,

I am working with the TLV320AIC3120 EVM board. My understanding is that in order to configure these devices I need to use the GUI (SLAC366a), to program amps and signal paths, and the Pure Path Studio GDE, to configure the miniDSP. Is that correct?

In the GUI can all the settings configure be exported as a set of I2S or I2C commands I can implement elsewhere?

In the PPS which Framework should I use? I have the AIC31XX folder but I’m not sure about the options in this folder.

 

Thanks

Regards

  • you can use the init script from the GUI as a starting point and you can use the record function in the command window as a tool to create register data for a custom setup. Once the setup is complete, you can save the recorded data as a text file.
    The framework in PPS depends on the desired sampling rates. Please choose any of the AIC31XX frameworks from the AIC31XX folder in PPS, for example AIC31XX 8x4x Asych, drag it to the Diagram and then select the help for this framework (right click on the framework icon in the diagram and select help). This will show you the differences between the AIC31XX frameworks and the supported sampling rates.
  • HI, 

    Thanks very much, that helps.