Often, devices run multiple binaries at the same time. For example: a bootloader and a main application.
If you make a stackdump at any arbitrary point, then it could be of either of the two binaries and if you try to decode with the wrong one you'll get an error.
Often, devices run multiple binaries at the same time. For example: a bootloader and a main application.
If you make a stackdump at any arbitrary point, then it could be of either of the two binaries and if you try to decode with the wrong one you'll get an error.