Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHave put my task priorities closer together and reduced OS_LOWEST_PRIO, hence making sys_stack smaller and saving memory. Did not change anything in sys_arch.*
All tasks seems to work in harmony. Is it so that lwIP doesn't use any other priorities than those I can control from the app as arguments to lwip_stack_init(), lwip_devices_init() and calls to sys_thread_new()? In case the Note comment in sys_arch.h makes any sense, wouldn't the constant LWIP_MAX_TASKS be better off configured from the IDE, rather than set to OS_LOWEST_PRIO? Frode, Norway