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.

CC2640R2F: Does Nortos support multi thread?

Part Number: CC2640R2F

Hi

The target is porting multi thread structure 2.4GH proprietary code on TIRTOS to Nortos.

Go through the example, in TIRTOS, there is pthread_create(&thread, &attrs, mainThread, NULL);  interface to create thread in main()

But in Nortos, only mainthread() which run main thread function directly.

So the question is does nortos support multi thread? If so, how to create another thread other than main thread?

Thanks.

Best Regards,

Barbara Wu