Forum Discussion
Altera_Forum
Honored Contributor
21 years agoSimple Socket Server problem
Hi All, I tried to run simple socket server example with full_featured 1S10ES example. However, whenever [after downloading the sof file using Quartus Programmer] I click on [after selecting si...
Altera_Forum
Honored Contributor
21 years agoHi,
usually, the jtag_uart is used for stdin, stdout and stderr. Refer to the system library settings in your project properties (IDE). The error, you get, is caused during the excecution of lwip_devices_init(...). You can find this function in alt_lwip_dev.c May be, you should check the processing of this function to determine the cause of the error!