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,