Hi all,
Somebody please help to find the details of all the APIs for DSP/BIOS LINK.
Thank you.
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 all,
Somebody please help to find the details of all the APIs for DSP/BIOS LINK.
Thank you.
Mathew,
Most of the documentation is inside the DSPLink installation, in the doc directory.
Please see:
http://tiexpressdsp.com/index.php/Example_application_using_DSP_Link_on_OMAPL1x#Useful_references:
hi Mariana,
Thanks for ur response.... I have gone through user's guide of DSP/LINK.
I want to know if there is any reference guide specifically for APIs of DSP/LINK, which mentions about the parameters, return value etc.....
Regards
Mathew
Mathew,
DSPLink ships with doxygen generated API reference guide that can be accessed from $DSPLink/doc/index.html. For e.g. MSGQ API's return codes etc information can be got from msgq.h documentation under Files List tab in the API reference guide.
You can also refer to the module specific headers in $DSPLink/gpp/inc. For e.g. $DSPLink/gpp/inc/msgq.h
Deepali