Hi,
Is there any flash & ROM troubleshooting utility/tool in ncs 1.7.0 for nrf52833.?
Thank you,
Hi,
Is there any flash & ROM troubleshooting utility/tool in ncs 1.7.0 for nrf52833.?
Thank you,
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