Network Benchmarks
GCC Cortex-M4F Size Benchmarks
Note, these benchmarks are under development! This initial report simply describes memory footprint data for some network examples in the SimpleLink SDKs. Those examples are not optimized, so memory usage reported here reflects higher than minimal memory usage. We’re working on providing more data in future releases.
Board: MSP432E4 LaunchPad
Tool Chain Version: 9.2019.q4.major
RTOS Version: FreeRTOS 10.2.1
Network Applications
Note, all sizes are in 8-bit bytes
Application Name | Code | Initialized Data | C-initialization | Total Flash | ISR/C Stack | Task Stacks | Heaps | BSS | Total RAM |
---|---|---|---|---|---|---|---|---|---|
basic | 97451 | 0 | 0 | 97451 | 6144 | 0 | 131072 | 25372 | 162588 |
httpget | 131987 | 0 | 0 | 131987 | 2048 | 0 | 131072 | 45544 | 178664 |
httpserver | 390483 | 0 | 0 | 390483 | 2048 | 0 | 131072 | 53396 | 186516 |
httpsget | 336539 | 0 | 0 | 336539 | 2048 | 0 | 131072 | 49612 | 182732 |
mqttclient | 142767 | 0 | 0 | 142767 | 2048 | 0 | 131072 | 49024 | 182144 |
mqttclientserver | 354191 | 0 | 0 | 354191 | 2048 | 0 | 131072 | 61772 | 194892 |
tcpecho | 127371 | 0 | 0 | 127371 | 2048 | 0 | 131072 | 45528 | 178648 |
tcpechotls | 332899 | 0 | 0 | 332899 | 2048 | 0 | 131072 | 53260 | 186380 |
udpecho | 127267 | 0 | 0 | 127267 | 2048 | 0 | 131072 | 45520 | 178640 |
udpechoipv6 | 164151 | 0 | 0 | 164151 | 2048 | 0 | 131072 | 46128 | 179248 |