Stack Analysis

Stack Analysis

VerOStack examines the binary executable to statically determine the actual worst-case stack size. This is a precise measurement technique not influenced by particular dynamic test runs and their variance based on a particular execution path. Furthermore, it can take into account not only the current program but also other programs that will run on the target at the same time, such as other applications running on a real-time operating system (RTOS) or in combination with the RTOS itself. It can thus provide truly meaningful data on target memory requirements.

Get Help