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.
Tool/software: Code Composer Studio
Since this question went unanswered in the haste to close/lock thread, I figured I'd ask it here.
Where can I find documentation on Task_sleep?
Original question, which was totally appropriate to ask in the context of the thread:
Can you guys add a "reopen thread" button? Or maybe a "user thinks this is unanswered" option. I realize TI prioritizes content generation over useful documentation (quantity over quality), but I've come across many locked threads that do not address the issue and its pretty frustrating that I have to start a new thread to answer a question that was already posed.
Hi Spanky,
You can find a link in the SYS/BIOS Release Notes (look for API Reference or cdoc). You can navigate directly via <SYS/BIOS Install Dir>/doc/cdoc/index.html.
Once it is open, you can navigate to the Task module and select Task_sleep.
I understand the frustration of locked threads. When a thread is created, we assign it to an engineer who tries to resolve the question/issue. Many groups have engineers rotate into forums. If we did not lock the threads after some period of inactivity (I forgot the exact period), a post could be added and the assigned engineer would be notified. However, that engineer might not be on forum duty at that time, in the same business unit or even with the company anymore. To avoid this, we lock instead and force people to open a new thread. Since it starts unassigned, we can act on it faster. I know it's not ideal, but I believe it has helped on our support model.
Todd
The branding of SYS/BIOS vs TI-RTOS has been rocky. Here it is in a nutshell. Note: when I say "product" below, that means an installable product. SDKs are products also
We have had a SYS/BIOS product for several years. It is basically a kernel. It does not include drivers or stacks. A few years ago, we started bundling the SYS/BIOS kernel, RTOS-aware drivers and stacks together for MCUs (e.g. MSP43x, CC32xx, CC13xx, CC26xx, C2000, and TM4C). We called this the TI-RTOS product. For the "Processors" devices (e.g. C6x, Sitara, etc.), SYS/BIOS was already bundled into their SDKs (along with drivers and stacks). So everyone just using the term TI-RTOS even though for processors, it was SYS/BIOS. Note: in the TI-RTOS product, SYS/BIOS was basically added as is into TI-RTOS product for backward compatibility.
Last year (2017), for the CC13xx, CC26xx, CC32xx, and MSP432 devices we came out the the SimpleLink SDKs that include TI-RTOS. So for those devices, we recommend using the SimpleLink SDKs and have stopped making TI-RTOS product releases. Now the new TI-RTOS features are going into the new SimpleLink SDKs.
For C2000, we never made C2000 drivers, so it's really just the kernel, so we recommend you just use the SYS/BIOS product directly.
For Processors SDKs, we give them new SYS/BIOS releases to add into the SDK.
I hope that helps clear things up some.
Since you are using TI-RTOS product, another way to get to the docs was the Docuementation Overview html page in the doc directory. This seems like a relatively easy way to find things.