Dear Team, I am new to Segger embedded studio IDE, currently for our project need I made Segger Embedded studio V5.68 setup. Firstly I have created an application with some libraries and SDK. I'm able to build the application successfully, as of now I don't have the hardware with me. Now I tried to check the Size of each module: Application, Library, and SDK. Is there any way to check the memory consumed by each module like, SDK : X Bytes in FLASH memory. Library : Y Bytes in FLASH memory. Aplli…