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
  • Hi,

    We do not have any sample to move the entire application to external flash.

    It is not recommended either, as running the external flash has a higher current consumption and higher latency than running from external flash.

    Because of these limitations, I would recommend running most of your application in internal flash, and moving large functions which you only run some times from the external flash.

    Regards,
    Sigurd Hellesvik

Children
Related