Other Parts Discussed in Thread: SYSBIOS
Hi,
I am trying to use HTTP server module in NDK of TI-RTOS. When I try to add this module to .cfg file I am getting following error for a task that I had already added with priority 1.
"priority 5 must be less than Task.numPriorities (4)"
I am also getting following warning
“Illegal value for Global configuration parameter 'kernTaskPriLevel': '9'.
NDK priority levels must be less than the maximum number of priorities allowed by the 'ti.sysbios.knl.Task' module: 4 “
Please advice me how to resolve this issue.
Regards
Suresh