ROM&RAM

How to view the ROM and RAM occupancy of NCS in the VSCODE 

  • Hi,

    If you wish to know how much memory is used, then you can use the Memory report option under "Actions" menu:

    But if you wish to know the placement, this is not yet an option in VSCode for this, but you can maybe use the partition placement reports:

    ninja partition_manager_report

    or

    west build -t partition_manager_report

    These commands can help.

    Best Regards,

    Priyanka

Related