Part Number: CC2640R2F
Tool/software: TI-RTOS
Hi there,
based on the SimplePeripheral I am building a project to control a robot toy. The robot functionality is supposed to run in its own task. However, I experienced as soon as I am using this setup, the SimplePeripheral task does not start advertising nor does it work at all. I have reduced the Robot task to an empty for(;;); loop and played with the priorities.
The SPP fires up only when the robot task has the priority 0. Even the same priority then SPP task (1) prevents the device from BLE activities. I have not yet changed anything at the SPP part of the sample project
What do I wrong? Why does even the same priority not work?
Can I give the SPP task a higher priority then 1 (but below ICALL)?
Are there R-TOS functions I can use to simply give control back to the scheduler? I tried to find this hint in the documentation, but could not locate any in decent time and effort.
Thank you for helping out
best wishes
Ralph
