Tool/software: Code Composer Studio
Using View -> Memory allocation (or while uploading firmware to the device) I can see the total size of the program.
Is there an option to see the code size without RTOS and BLE Stacks? (using a CC2642 in my case).
The information is interesting as the firmware is an example implementation of a generic/hardware-independent SDK for embedded devices,
and I would like to provide estimates on ressource requirements for just the SDK itself.
How good of an estimate is using a base example project (e.g. the simple peripheral one) and simply substracting that from my code size?