This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ZephyrOS project: How to boot/start application from SRAM? (nRF5340 DK)

Hello, Community!

Need some help to understand, how to configure project, based on Zephyr, to boot/start it from SRAM?

It may be useful for save FLASH memory resource during development and debugging stage.

Thanks in advance!

Parents Reply
  • Thanks for the response.

    I tried running coremark-pro workloads on the nRF5340dk board. Basically used code_relocation_nocopy to relocate all the coremark related files to external flash XIP and enabled the cache, the performance seems similar to running the same in internal flash. I did not measure the power consumption but at least I do not see any performance issues.

    Is there any CoreMark-pro measurement done on nRF5340dk while running code from external flash XIP. Any other documents on performance on external flash XIP would be helpful.   

    Thanks.

Children
Related