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.

what is the limit value in LINEOUT -TI LCDK C6748

I work in Code Composer Studio Version: 6.0.1.00040 with the card LCDK C6748.

In this card there is LINE_OUT for sampling out audio into speakers.

My question arises, because I encountered some phenomena that look like I reached a limit value when I assigened a value to LINE_OUT:

codec_data.channel[LEFT]= (uint16_t)outputLeft_referenceSignal; 
// this union is where I have to "place" the audio sample I create,
// but I suspect outputLeft_referenceSignal exceed the limit value

When it happens it sounds, like a cracked "PACK" in the speakers and then the expected audio signal is not played