Troubleshooting Tool for Flash / ROM

Hi,

Is there any flash & ROM troubleshooting utility/tool in ncs 1.7.0 for nrf52833.?

Thank you,

Parents
  • Hello,

     

    Is there any flash & ROM troubleshooting utility/tool in ncs 1.7.0 for nrf52833.?

    At this moment, we do not have a detailed view (a per object view) in the visual studio code plugin suite:

    But, you can look at the generated .map file, or you can go into the build-folder using a command line and write:

    ninja rom_report
    ninja ram_report

     

    These will output details on ROM/RAM data of your project.

     

    Kind regards,

    håkon

Reply
  • Hello,

     

    Is there any flash & ROM troubleshooting utility/tool in ncs 1.7.0 for nrf52833.?

    At this moment, we do not have a detailed view (a per object view) in the visual studio code plugin suite:

    But, you can look at the generated .map file, or you can go into the build-folder using a command line and write:

    ninja rom_report
    ninja ram_report

     

    These will output details on ROM/RAM data of your project.

     

    Kind regards,

    håkon

Children
No Data
Related