Forum Discussion
Altera_Forum
Honored Contributor
14 years agonetworking without OS Support
Hello , I am trying to run networking application without Uc/OS-II Support, (not using standard UDP_Offload or Super_Loop) for this i have choose the simple socket server server (RGMII...
Altera_Forum
Honored Contributor
14 years agoTK_SLEEP is a OS specific function (or maybe a macro): it is supposed to release the control to other tasks, but you don't have any, so you can't use it.
I've seen non-OS implementations of sleep functions but they are blocking and they are only meant to add the time delay.