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/CC2640: Where do I find the function call API for TI-RTOS?

Part Number: CC2640

Tool/software: TI-RTOS

Ive looked thru the RTOS getting started and  and users guides and I can't find a basic API for managing tasks (i.e function calls to start/stop the scheduler, start a task, pause a task, change priorities, etc).

I know this must be around somewhere, can you point me there?

Thanks.

  • Mark,

    Please refer to the TI-RTOS Sys/BIOS Users Guide.
    dev.ti.com/.../Bios_User_Guide.pdf

    Specifically, you will be interested in Section 3, in which there are different types of threads, and in Section 3.6, it talks specifically about the task thread, how to create them, destroy them, etc. Priorities will be handled in there as well.

    Scheduler you will want to look into Section 3.1 SYS/BIOS Startup Sequence.