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 agoI've not told you in the previous post, but I was concerned you would be able to run an interniche application with neither OS nor superloop mode.
The alt_iniche_init and netmain functions are supposed to create specific tasks with OS. If you call them in a non-OS environment they probably generate some sort of exception or they are possibly blocking, thus preventing your application from working.