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.

CC1352R: Issue with Task_getMode()

Part Number: CC1352R

Hello,

I am using cc1352R with SDK 3.10.01.11

I referred this guide

dev.ti.com/.../154-stack_02_portable_app_remote_sensor.html

And successfully mixed the portable example in 15.4 sensor_oad.

I want to know the mode of all task/thread in my program for that i used Task_getMode().

By passing the handle of appTaskFxn i get the mode of the appTaskFxn (task).

Now i want to know the mode of portable thread but i am not able to understand what handle pass to the Task_getMode().

because in portable threads are created using pthread_create function.

So, Can you help me to resolve this issue?

Thank you,

Kartik.