how to get the file size in project

 I would like to asking how to calculate the image size of the application (ROM + RAM ) in old SDK project and new NCS project

Parents
  • Hi,

    For the old nRF5 SDK, the Flash and RAM usage listing depends on the IDE. E.g. for Segger Embedded Studio, it is listed in the output panel along with a visual representation (green bars in a gray box.)

    For the new nRF Connect SDK, the build output lists memory regions, used size, (total) region size, and usage percentage. E.g. in the terminal tab in VS Code, or written to the terminal that you ran the build command from.

    Regards,
    Terje

Reply
  • Hi,

    For the old nRF5 SDK, the Flash and RAM usage listing depends on the IDE. E.g. for Segger Embedded Studio, it is listed in the output panel along with a visual representation (green bars in a gray box.)

    For the new nRF Connect SDK, the build output lists memory regions, used size, (total) region size, and usage percentage. E.g. in the terminal tab in VS Code, or written to the terminal that you ran the build command from.

    Regards,
    Terje

Children
No Data
Related