Network Benchmarks
IAR 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: 8.50.1.245
RTOS Version: SYS/BIOS 6.83.00.18
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 | 108724 | 0 | 0 | 108724 | 0 | 0 | 20480 | 5297 | 25777 |
httpget | 125910 | 0 | 0 | 125910 | 0 | 0 | 131072 | 44911 | 175983 |
httpserver | 400314 | 0 | 0 | 400314 | 0 | 0 | 131072 | 51343 | 182415 |
httpsget | 346673 | 0 | 0 | 346673 | 0 | 0 | 131072 | 47241 | 178313 |
mqttclient | 133648 | 0 | 0 | 133648 | 0 | 0 | 131072 | 48105 | 179177 |
mqttclientserver | 366983 | 0 | 0 | 366983 | 0 | 0 | 131072 | 60240 | 191312 |
tcpecho | 118541 | 0 | 0 | 118541 | 0 | 0 | 131072 | 44665 | 175737 |
tcpechotls | 342927 | 0 | 0 | 342927 | 0 | 0 | 131072 | 51339 | 182411 |
udpecho | 118261 | 0 | 0 | 118261 | 0 | 0 | 131072 | 44661 | 175733 |
udpechoipv6 | 154581 | 0 | 0 | 154581 | 0 | 0 | 131072 | 45369 | 176441 |