2007-05-14 06:48 PM
2011-05-17 12:43 AM
I'm trying STR-DONGLE source code , I download it from :
http://mcu.st.com/mcu/inchtml.php?fdir=pages&fnam=str9_promoboard
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 ?2011-05-17 12:43 AM
You can find the last release of the code in this demo
at2011-05-17 12:43 AM
The demo project at
is for STR910-EVAL . There is no demo code for STR9-DONGLE .2011-05-17 12:43 AM
You are right,
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.2011-05-17 12:43 AM
The reason I want to use STR9-DONGLE demo code is that has lwIP , the FreeRTOS official demo project is using uIP .
I want to use lwIP instead of uIP , so I would like to use STR9-DONGLE demo code for some reference . Thanks for your help .