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.

CCS/LAUNCHXL-CC26X2R1: TI RTOS task creation problem

Part Number: LAUNCHXL-CC26X2R1

Tool/software: Code Composer Studio

I am trying to use SPO2 sensor with LAUNCHXL-CC26X2R1 module, when I interfaced the sensor to development board using i2ctmp116 example it worked. In that example I replaced mainThread with my SPO2 code function it started worked properly. Now I want to send SPO2 sensor data to mobile app using BLE, to do this I used simple BLE peripheral example. In this example I tried to create a task using both Task_Create and Task_Construct in both ways I failed to create task and also if I include my task creation code in the example device stops advertising. Task_Create function is not returning NULL,  checked my code by doubling the stack and heap memory sizes in the simple_peripheral_app.cfg still it didn't work.I could not find Dynamically Created task in ROV also. I am tagging my code here if anybody knows why it's not working please help me. 

My CCS version is 8.3.0 and sdk version is 3.10.0.53.

Regards

Dhananjay