cancel
Showing results for 
Search instead for 
Did you mean: 

STR9-DONGLE

yuhleon
Associate II
Posted on May 15, 2007 at 03:48

STR9-DONGLE

5 REPLIES 5
yuhleon
Associate II
Posted on May 17, 2011 at 09:43

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 ?

Posted on May 17, 2011 at 09:43

You can find the last release of the code in this demo

at

http://www.freertos.org/

yuhleon
Associate II
Posted on May 17, 2011 at 09:43

The demo project at

http://www.freertos.org

is for STR910-EVAL . There is no demo code for STR9-DONGLE .

Posted on May 17, 2011 at 09:43

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.

yuhleon
Associate II
Posted on May 17, 2011 at 09:43

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 .