How do I do memory debugging in the nrf52840 in the runtime, or trace the RAM in run time, also how do I do the profiling of the memory in the run time. How do I find out all the possible bugs that the system can lead into in the future because of the same application.
How do I get the execution profile, or the synchronisation of the threads in the application?
How do I get the complete understanding of how the running process looks like in the SOC while running the SDK application?
What is the surefire way to make sure that the application won't fail?