Forum Discussion
Altera_Forum
Honored Contributor
12 years agoTasks priorities in NicheStack
Hi there, I have a problem with task priorities using the NicheStack. My app task has priority 4 and the TCP tasks start at priority 5. The app task is basically a for(;;) loop which write...
Altera_Forum
Honored Contributor
12 years agoDoes your higher priority task use any network API function? (either receive or send)
How did you implement the 500ms pause? You are right that the higher priority task should be the one running even if there is a high IP load, but the interruptions always have a higher priority.