Hi, i am trying to Implement the V.32bis Viterbi Decoding on the TMS320C62xx DSP, using the SPRA444 document. but the document does not mention the reference to source the "main.h" include file.
Does anybody have any idea how i can get it.
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.
Hi, i am trying to Implement the V.32bis Viterbi Decoding on the TMS320C62xx DSP, using the SPRA444 document. but the document does not mention the reference to source the "main.h" include file.
Does anybody have any idea how i can get it.
That app note is 12 years old so I don't think we can easily find that code! Can you build without include main.h? I can't imagine very much would actually be inside the file. A quick look at the source code and my best guess would be that it defines either AA or CC to tell main.c which function to call. I can't imagine much else inside it.