Hi,
I'm using SYS/BIOS v6.33.6.50 on TI DSP C6674.
I had an application with 3 tasks, task 1 - Ethernet Ping (Priority : 15), task 2 - Simple UART application (Priority : 5), task 3 - an application processing (Priority : 4).
My task 3 is added recently, before that only two task (1,2) present and Ethernet PING is successfully received.
After adding task 3 which is responsible to process the data continuously so added it in while loop, With this while loop it is observed that Ethernet ping response is not coming.
If i disable task 3, then everything goes right with Ethernet PING.
I want your inputs on how to run a low priority task with continuous loop, without effecting high priority task behavior.
Awaiting for your inputs.
Thanks
Mani Kumar