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/TMDSDSK6713: what does int id specifies in "hCodec = DSK6713_AIC23_openCodec(0, &config);"????

Part Number: TMDSDSK6713

Tool/software: Code Composer Studio

Can anyone please tell me what int id specifies in "hCodec = DSK6713_AIC23_openCodec(0, &config);"??? In most of the programs it is taken as 0(zero),why????

  • I've forwarded your query to the software experts. Their feedback should be posted here.

    BR
    Tsvetolin Shulev
  • We expect that you provide the name of the software package that you are using for us to be able to provide you any guidance on this DSP as this is a fairly old DSP. I am assuming that you have already checked the header files where the API prototype functions are defined.

    A simple search in the software package should help you find the API reference to this function. If you don`t please reach out to us with the software package.
  • Dear Sir,
    I am using Code Composer Studio V 5.1... I have already checked the header files where the API prototype functions are defined. I could find the prototype function as "DSK6713_AIC23_openCodec(Int id, DSK6713_AIC23_Config *Config)"... But i want to know what will "int id" specify??... In some document, i found that "id - Specifies which codec to use"... Does it mean DSK6713 has more than one CODEC??? If yes, How many Codec's are there???
    Looking for your reply.... Thanking you....