Hello everyone,
I am working with CC3200 where I am using different tasks (osi_TaskCreate()) for different activities such as WPS connection, getting data from the server, email and many more. I am giving these tasks different priorities but as the application completes the first task, it just does not return. It does not go to the next lower priority task. We just loose the processor.
Can anyone help me understand what is happening??
Do I need to use osi_TaskDelete() or Osi_TaskDisable() or something else to block the task and to move to the next task??
Any help is appreciated.
Thanks,
Sameer