Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow do Nios-II handle IP address change during the TCP/IP connection?
Dear all, I have problem with changing IP address in the FPGA board. Here is my case, let say I have a FPGA board which is connected to PC. The PC sends a command to the FPGA that asks th...
Altera_Forum
Honored Contributor
16 years agoTake a look at the function "set_ipaddr()" inside the following file:
C:\altera\91\nios2eds\components\altera_iniche\UCOSII\src\misclib\nrmenus.c This will indicate how the InterNiche stack performs a ip address change. See if that helps. Jake