I hope it might be of interest that the latest FreeRTOS.org download includes an STR912 port with a WEB server demo. The ENET driver has been extended from that available from the ST site to make full use of the DMA on the Rx and (hopefully) auto negotiate the protocol. See
I have downloaded the FreeRTOS and choosed THUMB as configuration, then I rebuild the project, I got a message:Too much object produced( more than 0x8000 )for this package. The reason is I use the 32K limited compiler. According to the following FreeRTOS demo page, it should less than 32K, I set the copiler optimization to size, still got same result. Building the demo application for debug Simply open the rtosdemo.eww workspace file from within the IAR Embedded Workbench IDE, ensure THUMB is the selected configuration if you are using the 32K limited compiler, then select 'Build Target' from the IDE 'Project' menu. I use IAR Kick start kit. Has anyone got same problem?