Hi all,
I'm attempting to copy the "tcpEcho" example given in the TI-RTOS download.
The code is almost identical to that of the tcpEcho example, but I'm doing my own configurations in the .cfg file.
My problem currently is that the server socket is not being created, namely in the line:
server = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
The return value is -1
I have attached my project with the .cfg file included.
What could the problem be? Any help would be much appreciated. Thanks
P.S. There are some ADC, uDMA code in the project, but I've disabled them so they shouldn't be interfering with anything.