This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello,
I am using the RM48L952 microcontroller. My goal is to write a TCP Client using LWIP sockets.
So, for this I did enable some macros in lwipopts.h:- #define LWIP_SOCKET 1 .
Then I got a series of errors for which I referred https://e2e.ti.com/support/archive/stellaris_arm/f/471/t/200861?lwip-examples-sockets-compiler-error and I was able to eliminate most of the errors.
But, I still have some pending errors which I not able to find the solution.
Could you please guide me to remove some errors or guide me from where I should start troubleshooting.
I am attaching my project. 0081.TCP.zip
Hello,
We don't have example for TCP client. The link your provided is for TM4C device.