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.

RTOS/66AK2H12: SYS/BIOS API Reference documentation

Part Number: 66AK2H12

Tool/software: TI-RTOS

Where can I find documentation on the SYS/BIOS API? I have downloaded the "SYS_BIOS (TI-RTOS Kernel) v6.46 User's Guide" pdf [Literature Number: SPRUEX3Q dated June 2016] and it overviews functions that can be called but does not give details on them (parameters, returns, etc).

I'm looking for available functions, their syntax, parameters, return values, description and the like.

For example, I am trying to find out how to wait for a task I've created to completely terminate. The User Guide indicates there is a function Task_stat() that might work for this but it doesn't give details on the call.

There is a web link on this page: processors.wiki.ti.com/.../Category:SYSBIOS called "SYS/BIOS API Reference (CDOC)" but it links to something that my browsers can't use (Chrome nor IE). But browser show a message that says: "The table of contents cannot be displayed correctly in the Chrome browser. Please use a different browser or refer to this link for a description of the issue and a workaround." So not useful. Is there a downloadable PDF?

The NDK has such an API manual in addition to its user guide.

Mike