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.