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.

CCS/TAS5717: TAS57XX GUI software how to generate.C files

Part Number: TAS5717

Tool/software: Code Composer Studio

I use TAS57XX GUI software to generate code, how to generate.C files

  • Hi Chen,

    I do not believe there is a way to directly output c code from the GUI. However, you can output all the register configs using the "Write I2C init file" button under the target menu. I use sublime text to view the resulting .cfg file as text and then format the register assignments to the c data structure I am using to write i2c registers on the device. Then I can paste this directly into my code.

    Regards,

    Alex

  • Thank you so much for your assistance., But I had another question,

    1.When I shorted JP2 and JP3, with the AP tester when the frequency response, the frequency of the input 1K, the test found in the 10K will not be very powerful, not short JP2 and JP3, it is very severe in the 10K area, as shown in figure.

    2.What does JP2 and JP3 control? Is the relationship between the analog ground of ADC and the total circuit

    3.Before the short time JP2 and JP3 when the limiter function, and now the short JP2 and JP3, the limiter did not work, to raise a frequency point, the power will rise. What is the reason?

    4.Is there a schematic of the MC57xxPSIA board? I need to look at the principle of the circuit.

  • Hi Chen,

    JP2 and JP3 are placed in parallel with a 4.99kohm series resistor on the input. Additionally there are 4.99kohm resistors to ground after the series resistors. When the jumpers are in the series resistors are bypassed and you just have 4.99kohm input resistance to ground. When the jumpers are removed the series resistors are not bypassed and create a voltage divider with the 4.99kohm resistors to ground. This cuts your input voltage in half.

    I am not sure if the schematic is available online, I am checking about this.


    Regards,

    Alex

  • Hi Chen,

    The schematic is in the EVM users guide www.ti.com/.../slou303.pdf See page 20 for the jumpers.

    Regards,

    Alex