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.

Multithreading in C6678

Hi,

I want to develop multithreaded application on DSPC8681.

Can anyone suggest how can i do this .

Is there any support for pthreads ,thread API.

Thanks,

Ajita

  • SYS/BIOS is an kernel that runs on C6678 devices. It does have support for pThreads. You can download the kernel here: software-dl.ti.com/.../index.html

    For clarifications
    TI-RTOS includes the SYS/BIOS kernel. TI-RTOS is focused for the TI MCU devices (e.g. CC32xx, CC26xx, CC13xx, MSP430, C2000, TM4C, etc.).
    For the processors family (e.g. C6678), SYS/BIOS comes in the processors SDK. You can download SYS/BIOS directly from the link above. It contains examples that you can play with. However, once you start doing serious development, I would recommend getting the processors SDK that meets your needs.

    Todd
  • Hi Todd,

    I have downloaded this kernel and also compile this.

    Is there any example related to pthread which I can run on this.

    Thanks,

    Ajita