1. We are measuring our component performance on nRF5340 PDK and getting pretty high CPU load values. We are suspecting that our code and tables are sitting in flash memory rather than RAM. Is there anyway we can put our whole code fully in RAM and measure performance ?
2. Also the online Documentation mentions there are two modes for nRF5340 PDK (MODE=Cache) and (MODE=RAM). Cache mode can be used for performance profiling of code running in the system. How should we configure, to run our component in cache mode.