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.

DSPBIOS Link API Referance manual?

Hello Is it true that the only API referance guid for DSPBIOS Link is by reading the header files from the Doxygen lists in {dsplink} / doc / index.html and then drilling down through them?

Or is there a .pdf  API DspBios Link  API referance manual?

Thanks

Brian

  • Brian

    The API reference guide is the documentation that indicates the header files and the usage. There is no pdf version of the reference guide.

    I sense that the doxygen API guide is not useful for you.

    If so, I would encourage you to look at the relevant header file directly. <api.h> at $DSPLINK/gpp/inc/usr

    For e.g. msgq.h at $DSPLINK/gpp/inc/usr

    You can also look at the sample application folder. The name is indicative of the IPC they indicate at $DSPLINK/[gpp|dsp]/src/samples. For e.g. To see MSGQ API usage at $DSPLINK/[gpp|dsp]/src/samples/message

    Deepali