Skip to main content
Visitor II
October 23, 2006
Question

STR9 FreeRTOS port with WEB server

  • October 23, 2006
  • 13 replies
  • 2746 views
Posted on October 23, 2006 at 14:11

STR9 FreeRTOS port with WEB server

    This topic has been closed for replies.

    13 replies

    nospam2Author
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:30

    Hi,

    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

    http://www.freertos.org/portstr912iar.html

    for more info.

    Regards,

    Richard.

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:30

    Hi,

    I can't open the link, what's wrong?

    Thanks.

    nospam2Author
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:30

    I just tired clicking it an it seems fine. Try going directly to

    http://www.FreeRTOS.org

    .

    I know the site is not accessible from within China, so if that is where you are based there is not much I can do about it I'm afraid :(

    nospam2Author
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:30

    I should have mentioned you can still get the source code even from within China,

    http://sourceforge.net/projects/freertos

    but might be tricky without the documentation. The STR9 demo project for IAR is in the Demo/ARM9_STR91X_IAR directory.

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:30

    Thanks so much. I am going to try it on the STR912 board.

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:30

    Hi,

    I looking into porting FreeRTOS on this Micro using the Keil tool.

    Please help me with a good starting point

    Thanks

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:30

    Hi,

    I looking into porting FreeRTOS on this Micro using the Keil tool.

    Please help me with a good starting point

    Thanks

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:30

    Hi,

    I looking into porting FreeRTOS on this Micro using the Keil tool.

    Please help me with a good starting point

    Thanks

    nospam2Author
    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:30

    See the following link:

    https://sourceforge.net/forum/message.php?msg_id=3835217

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:30

    Hi

    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?