Porting lwIP1.4.0 using FreeRTOS in STM32F10C

kshankar27 wrote on Wednesday, September 28, 2011:

Does anybody had ported lwIP1.4.0 using FreeRTOS in STM32F10C EVAL Board?

rtel wrote on Wednesday, September 28, 2011:

That requires two things.

1) A sys_arch.c file.  That implements the RTOS abstraction layer.  That is available in FreeRTOS, and in the FreeRTOS Interactive site.

2) An Ethernet driver.  That is available from ST.

Regards.

kshankar27 wrote on Thursday, September 29, 2011:

I had added all the files mentioned already and still i m getting lot of errors.

First of all to create a DHCP webserver using lwIP i m not sure what are the files that has to be added as the lwIP has lots of other protocols stuffs.

But i had added all the files given under lwIP1.4.0 and tried to compile but in vain…

Have you have any source code so that i can try keeping it as a base?

rtel wrote on Thursday, September 29, 2011:

These projects both have lwIP 1.4.0 web servers:

http://www.freertos.org/Free-RTOS-for-Xilinx-MicroBlaze-on-Spartan-6-FPGA.html
http://interactive.freertos.org/entries/20290712-freertos-win32-project-with-lwip-web-server

Regards.