Hello,
I am looking into evaluating the nrf5340 with different functions running out of external flash, and how current draw is affected by these functions. We are looking at running some code out of qspi flash, and other code internally. We plan to measure the power consumption of different types of code running from the different resources, so we can decide what code is OK to run out of external flash. Is there a simple Zephyr sample project that I can start with where I can set some functions to run XIP out of the external QSPI flash, and others to run internally?
Walt