Does anybody know of a solid port? Free or commercially available.
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.
Does anybody know of a solid port? Free or commercially available.
Davor,
We have separate ports for lwIP & FreeRTOS (using HALCoGen) for Hercules. But we do not have one package of lwIP & FreeRTOS port.
Regards,
Pramod
Actually, I am using OpenRTOS RM48 port. It is far more complete than the FreeRTOS stuff in HALCoGen, but never mind that.
I started with the lwIP port and am trying to adapt it to multithreading using FreeRTOS/OpenRTOS. But with RM48, OpenRTOS and lwIP being new to me it takes time. :D
There are several example integrations that you can copy - although they are not for TI parts the FreeRTOS/lwIP integration itself is not architecture specific (only the interface to the Ethernet peripheral is) so still very relevant.
It is probably not appropriate to link to non TI projects here, but if you look up the FreeRTOS+IO product, then follow your nose on the website to the featured demo for the said product, you will find code that uses FreeRTOS and lwIP to create a simple HTTP server using the lwIP raw interface, and FreeRTOS and lwIP to create a telnet "like" server using the lwIP sockets interface.
There is also a similar vendor neutral project that uses the FreeRTOS Win32 simulator.
Davor,
What is the status of this thread? If your question has been answered, please can you mark it as "Verified Answer" so we can close this thread.
Thanks and Regards,
Jean-Marc
I'm sorry but you have to Projects is that LwIP (# define NO_SYS 1) Do not use the operating system. Then what the problem actually LwIP + FreeRTOS you decide?