Tool/software: TI-RTOS
Hello,
I have two applications I'm trying to develop for a custom cc2650 board. One of my tasks is a modification of the project zero code, while the other task uses serial to communicate with a loraWan chip and interacts with an Eink display as well. I have been trying to start the two tasks and run them simultaneously, but have been unsuccessful so far. Below is all the things I've done so far:
1. I noticed that according to the BLE development guide all my application tasks should be of lower priority than the GAP role task at the very least. So I made both my application tasks priority 1 and my GAP role task priority 3 and ICall_remote tasks priority 5.
2. Given that my application tasks both run at the same priority I also ensured they yield to each other using a call to Task_sleep(SLEEP_TIME).
I have confirmed that both of my tasks work individually in the code base, but when I try running the two together, neither of them seem to work. What could be the reason I'm not able to run the tasks?
Thanks!
Best,
Abhinand