Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

How to detect Ethernet cable connection before start a Network Interface?

Hello, I am using Altera Cyclone-V and uC/OS-II OS & TCP/IP package building a Network Interface in this way: Call Net_Init(); Call NetIF_Add(); Call NetIF_Start(); ...