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.

CC2642R: Sensor Controller Studio Multi task Initialization with scifStartTasksNbl function

Part Number: CC2642R

Hello, 

I am using CC2642R1 dev board and I have two tasks from sensor controller studio. I'm using comparator and capacitive touch button and I've generate them into code composer studio.

When I initialize them I am calling scifStartTasksNbl function. Which task ID I write as input of the function works properly by itself. But I could not achive to start both tasks. 

How can I start 2 tasks with scifStartTasksNbl function. I am calling the function like this:

"scifStartTasksNbl(BV(SCIF_CAPACITIVE_TOUCH_TASK_ID));" 

I tried to call the function twice for each ID but it didn't work. I also tried to OR IDs as input, but it didn't help too. How can I start both of tasks? 

Best Regards,