STR91x with Rowley CrossStudio

fabtor wrote on Friday, November 10, 2006:

Hi,

I’m porting FreeRTOS using Rowley CrossStudio (GCC).

The RTOS works at 100% but i still have problems with uIP (i can’t “PING” to my board).

If are interested tell me where i can send the files.

Regards.

Fabrizio.

nobody wrote on Friday, November 10, 2006:

Are you using the same hardware platform used by the demo in the download?

nobody wrote on Friday, November 10, 2006:

Could be something to do with structure packing.  In IAR there is an option in the project for packing.  I think in GCC would have to uase __attribute__( packed ) or something like that.

fabtor wrote on Friday, November 10, 2006:

Hi,

Yes i’m using the same board used for IAR Webserver demo.

Regards.

Fabrizio.