This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTL-ARM TCP/IP footprint?

What is the flash and ram footprint for the fully configured stack (all options selected) on the STR9 board?

Thanks
Dave

Parents
  • The RTL-ARM Real-Time Library provides several software examples that run directly on the Keil MCBSTR9 Evaluation Board.
    The examples come with the RTL-ARM product and are available in the folder ..\ARM\RV30\RTL\Boards\Keil\MCBSTR9.

    The following examples are available:

    HTTP Server
    Telnet Server
    Web Server with CGI Scripting
    SMTP Client
    LEDSwitch Server + Client that controls LED's
    DNS Resolver
    

    The memory requirements of these examples are:

    HTTP Server       41,984 Bytes ROM   20,112 Bytes RAM
    Telnet            22,312 Bytes ROM   20,112 Bytes RAM
    TFTP Server       20,016 Bytes ROM   24,312 Bytes RAM
    SMTP Client       16,736 Bytes ROM   19,600 Bytes RAM
    LEDSwitch Server  11,220 Bytes ROM   19,568 Bytes RAM
    LEDSwitch Client  11,680 Bytes ROM   19,576 Bytes RAM
    DNS Resolved      15,328 Bytes ROM   19,776 Bytes RAM
    

Reply
  • The RTL-ARM Real-Time Library provides several software examples that run directly on the Keil MCBSTR9 Evaluation Board.
    The examples come with the RTL-ARM product and are available in the folder ..\ARM\RV30\RTL\Boards\Keil\MCBSTR9.

    The following examples are available:

    HTTP Server
    Telnet Server
    Web Server with CGI Scripting
    SMTP Client
    LEDSwitch Server + Client that controls LED's
    DNS Resolver
    

    The memory requirements of these examples are:

    HTTP Server       41,984 Bytes ROM   20,112 Bytes RAM
    Telnet            22,312 Bytes ROM   20,112 Bytes RAM
    TFTP Server       20,016 Bytes ROM   24,312 Bytes RAM
    SMTP Client       16,736 Bytes ROM   19,600 Bytes RAM
    LEDSwitch Server  11,220 Bytes ROM   19,568 Bytes RAM
    LEDSwitch Client  11,680 Bytes ROM   19,576 Bytes RAM
    DNS Resolved      15,328 Bytes ROM   19,776 Bytes RAM
    

Children