But I only have STR910-EVAL board , so I change the code in hw_config.h : #define STR9_EVAL //#define STR9_DONGLE Then use IAR to build this project . But occurs 1 error : Error[Pe167]: argument of type ''struct ip_addr'' is incompatible with parameter of type ''unsigned int'' D:\SourceCode\STR9 Dongle\FreeRTOS\Demo\ARM9_STR91X_IAR\lwip\api\BasicWEB.c 229 I remove above error code , and download it to my STR9-EVAL . It cannot work . Does anyone have tried this code on STR9-EVAL ?
I addressed you to the FreeRtos project page where you can find the latest str91x porting. The porting is made on the str910eval. I don't understand if you have a str9dongle or a different board. In any case, the differences between these board are related to a different peripherals configuration... I use this RTOS in my own board withot problem.